Skip to content

Commit 640f833

Browse files
committed
fix: invalid CMD command for Dockerfile
1 parent 0eec7ee commit 640f833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ ENV DATABASE_URI=setMongoDBURI
2727

2828
EXPOSE 1337
2929

30-
CMD ["npm", "start"]
30+
CMD ["node", "dist/index.js"]

0 commit comments

Comments
 (0)