Skip to content

Commit 037cf93

Browse files
Merge pull request #9544 from p8/roda-sequel/iodine-set-workers
[ruby/roda-sequel] Detect workers for Iodine
2 parents 4b5754e + 111728f commit 037cf93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

1919
EXPOSE 8080
2020

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

0 commit comments

Comments
 (0)