rack-sequel-torquebox-jruby.dockerfile 194 B

1234
  1. FROM tfb/rack-sequel-jruby-base:latest
  2. ENV DBTYPE=mysql
  3. CMD bundle exec torquebox run --io-threads $(( MAX_CONCURRENCY / 2 )) --worker-threads $MAX_CONCURRENCY -b 0.0.0.0 -p 8080 -e production