rack-sequel-postgres-torquebox-jruby.dockerfile 199 B

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