[ruby/sinatra] Detect workers for Iodine
@@ -17,4 +17,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)