We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2a270 commit f14ddd0Copy full SHA for f14ddd0
docker/Dockerfile
@@ -14,4 +14,4 @@ RUN npm install
14
COPY . .
15
16
# Run the app
17
-CMD [ "npm", "start" ]
+CMD [ "node", "app.js" ]
0 commit comments