Skip to content

Commit 855cc36

Browse files
simplify
1 parent ec03047 commit 855cc36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ RUN npm ci --production
3131
EXPOSE 8080
3232

3333
# Start command
34-
CMD [ "sh", "scripts/start.sh"]
34+
CMD ["node", "out/index.js"]

0 commit comments

Comments
 (0)