DodoApp: Support NodeJS backend

Change-Id: Ia8d407d009e4d690febfbf4f1270f3baa2d3e781
diff --git a/apps/app-runner/Dockerfile.nodejs.23.1.0 b/apps/app-runner/Dockerfile.nodejs.23.1.0
new file mode 100644
index 0000000..6bb9cb8
--- /dev/null
+++ b/apps/app-runner/Dockerfile.nodejs.23.1.0
@@ -0,0 +1,12 @@
+FROM library/node:23.1.0-alpine3.19
+
+ARG TARGETARCH
+
+# COPY --from=denoland/deno:alpine-2.0.0 /bin/deno /usr/bin/deno
+
+# RUN apk add --update npm
+
+# RUN apt-get update -y
+# RUN apt-get install -y npm
+
+COPY app-runner_${TARGETARCH} /usr/bin/app-runner