We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f22bbb6 + d13cfa8 commit 63e664eCopy full SHA for 63e664e
frameworks/Ruby/rails/rails-iodine.dockerfile
@@ -24,4 +24,4 @@ ENV RAILS_ENV=production_postgresql
24
ENV PORT=8080
25
ENV REDIS_URL=redis://localhost:6379/0
26
CMD service redis-server start && \
27
- bundle exec iodine
+ bundle exec iodine -w $(ruby config/auto_tune.rb | grep -Eo '[0-9]+' | head -n 1)
0 commit comments