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.
2 parents 2b2a270 + f14ddd0 commit e47a6c9Copy full SHA for e47a6c9
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