mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Pass development env to webpack in procfile
[ci skip]
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
web: bundle exec rails server -p ${PORT:="8080"} -b ${HOST:="127.0.0.1"} --env ${RAILS_ENV:="development"}
|
||||
assets: cd frontend && npm run webpack-watch
|
||||
assets: cd frontend && RAILS_ENV=${RAILS_ENV:="development"} npm run webpack-watch
|
||||
worker: bundle exec rake jobs:work
|
||||
|
||||
Reference in New Issue
Block a user