Update Dockerfile

This commit is contained in:
Benjamin Toby
2023-11-21 06:31:03 +01:00
parent 5869776f56
commit d529f195be
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -29,4 +29,4 @@ RUN npm run build
# RUN ssh-add ./.ssh/github
# Run the app
CMD ["nodecid"]
CMD ["npm", "start"]