We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e0e36 commit d3630c2Copy full SHA for d3630c2
Dockerfile
@@ -49,5 +49,6 @@ EXPOSE 3000
49
ENV PORT=3000
50
ENV HOSTNAME=0.0.0.0
51
52
-# Run the app
53
-CMD HOSTNAME="0.0.0.0" node server.js
+# Run the app using JSON array notation
+CMD ["node", "server.js"]
54
+#CMD HOSTNAME="0.0.0.0" node server.js
0 commit comments