Files
openproject/Procfile.dev
T
2014-11-14 11:41:14 +01:00

4 lines
232 B
Plaintext

web: bundle exec unicorn --config-file config/unicorn.rb --host ${HOST:="127.0.0.1"} --port ${PORT:="8080"} --env ${RAILS_ENV:="development"}
assets: $(npm bin)/webpack --colors --watch --progress
worker: bundle exec rake jobs:work