Skip to content

Commit

Permalink
Merge pull request #9544 from p8/roda-sequel/iodine-set-workers
Browse files Browse the repository at this point in the history
[ruby/roda-sequel] Detect workers for Iodine
  • Loading branch information
msmith-techempower authored Jan 17, 2025
2 parents 4b5754e + 111728f commit 037cf93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ ENV DBTYPE=postgresql

EXPOSE 8080

CMD bundle exec iodine -p 8080
CMD bundle exec iodine -p 8080 -w $(ruby config/auto_tune.rb | grep -Eo '[0-9]+' | head -n 1)

0 comments on commit 037cf93

Please sign in to comment.