Skip to content

Commit

Permalink
fix(ci): use tsx to run app
Browse files Browse the repository at this point in the history
fix: run start
  • Loading branch information
jellydn committed Sep 24, 2023
1 parent 516478b commit 205f738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ ENV SERVER_HOST 0.0.0.0
EXPOSE 8000

# Command to run the application
CMD [ "bun", "start:prod" ]
CMD [ "bun", "run", "start" ]

0 comments on commit 205f738

Please sign in to comment.