OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/Procfile.dev

4 lines
247 B

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