Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 90a7589

Browse files
Merge pull request #9552 from p8/sinatra/iodine-set-workers
[ruby/sinatra] Detect workers for Iodine
2 parents ff0bd35 + f740043 commit 90a7589

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frameworks/Ruby/sinatra-sequel/sinatra-sequel-postgres-iodine-mri.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ ENV DBTYPE=postgresql
1717

1818
EXPOSE 8080
1919

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

0 commit comments

Comments
 (0)