Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit cc98978

Browse files
authored
Update Dockerfile
1 parent 8c52faa commit cc98978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ RUN npm install
1818

1919
RUN npm run build
2020

21-
CMD npm start
21+
CMD [ "node", "server.js" ]

0 commit comments

Comments
 (0)