Skip to content

Commit

Permalink
Change to use npm start instead of node
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlight-bu committed Sep 27, 2024
1 parent 5728bc4 commit b33ea9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/server/Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ COPY . .
EXPOSE 5000

# Start the Node.js application
CMD ["node", "server.js"]
#CMD ["node", "server.js"]
CMD ["npm", "run", "start"]

0 comments on commit b33ea9d

Please sign in to comment.