Skip to content

Commit

Permalink
use the same entrypoint on Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Bartels committed Dec 20, 2023
1 parent 619b1f2 commit d3eee73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: RUBYOPT="--yjit" bin/rails server -p ${PORT:-5000} -e $RAILS_ENV -b 0.0.0.0
web: RUBYOPT="--yjit" bin/docker-entrypoint ./bin/rails server -p ${PORT:-5000} -e $RAILS_ENV -b 0.0.0.0
sidekiq: sleep 15 && bundle exec sidekiq

0 comments on commit d3eee73

Please sign in to comment.