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 460e191 commit e8e66d0Copy full SHA for e8e66d0
Dockerfile
@@ -27,4 +27,4 @@ RUN apt-get update && \
27
28
EXPOSE ${port:-80}
29
30
-CMD ["npm", "start"]
+CMD ["node", "dist/index.js"]
0 commit comments