Files
openproject/Procfile.dev
T
Alex Coles 5d9eac4ded Update paths for assets process in Procfile
Changed in previous commit 25a6b61f.
2014-11-26 18:38:02 +01:00

4 lines
247 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: cd frontend && $(npm bin)/webpack --colors --watch --progress
worker: bundle exec rake jobs:work