Skip to content

Commit

Permalink
back to bin/server
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Oct 1, 2023
1 parent 740d3f8 commit 1b83045
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions production.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,4 @@ HEALTHCHECK --interval=15s --timeout=3s --start-period=0s --start-interval=5s --

# Start the server by default, this can be overwritten at runtime
EXPOSE 3000
# CMD ["./bin/rails", "server"]
CMD ["bundle", "exec", "puma", "-C", "config/puma.rb"]
CMD ["./bin/rails", "server"]

0 comments on commit 1b83045

Please sign in to comment.