We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0205c1b commit a467cb7Copy full SHA for a467cb7
1 file changed
templates/app/Dockerfile
@@ -1,5 +1,5 @@
1
# Check out https://hub.docker.com/_/node to select a new base image
2
-FROM node:18-slim
+FROM node:22-slim
3
4
# Set to a non-root built-in user `node`
5
USER node
@@ -25,4 +25,5 @@ RUN npm run build
25
ENV HOST=0.0.0.0 PORT=3000
26
27
EXPOSE ${PORT}
28
+
29
CMD [ "node", "." ]
0 commit comments