We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec03047 commit 855cc36Copy full SHA for 855cc36
1 file changed
Dockerfile
@@ -31,4 +31,4 @@ RUN npm ci --production
31
EXPOSE 8080
32
33
# Start command
34
-CMD [ "sh", "scripts/start.sh"]
+CMD ["node", "out/index.js"]
0 commit comments