Skip to content

Commit

Permalink
npm run start:prod -> prod
Browse files Browse the repository at this point in the history
  • Loading branch information
vimkim authored Feb 11, 2024
1 parent 3694f3e commit 7d83556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ ARG DB_PORT
# Command to run the application
RUN npm run build
RUN chmod +x wait-for-mysql.sh
CMD ./wait-for-mysql.sh $DB_HOSTNAME $DB_PORT npm run start:prod
CMD ./wait-for-mysql.sh $DB_HOSTNAME $DB_PORT npm run prod

0 comments on commit 7d83556

Please sign in to comment.