Skip to content

Commit

Permalink
puma startup was incorrect.
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrama committed Dec 10, 2024
1 parent 55192a0 commit 274c5d4
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 @@ -52,4 +52,4 @@ ENV RAILS_RELATIVE_URL_ROOT=${BASE_URL}/spectrum \
BIND_IP=${BIND_IP} \
BIND_PORT=${BIND_PORT}

CMD bundle exec puma -c config/puma.rb
CMD bundle exec puma -C config/puma.rb

0 comments on commit 274c5d4

Please sign in to comment.