Skip to content

Commit

Permalink
fix: replace pnpm with npm on dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dahal committed May 18, 2024
1 parent 2add6d7 commit dcc4460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ ENV HOST "0.0.0.0"
# ENTRYPOINT [ "./docker/entrypoint.sh" ]

# Run the server
CMD ["pnpm", "prod"]
CMD ["npm", "run", "prod"]

0 comments on commit dcc4460

Please sign in to comment.