mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Add separate Procfile with Webpack assets process
Signed-off-by: Alex Coles <alex@alexbcoles.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
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
|
||||
Reference in New Issue
Block a user