Pass development env to webpack in procfile

[ci skip]
This commit is contained in:
Oliver Günther
2016-11-25 14:03:24 +01:00
parent d9cac594b1
commit 9a125531d8
+1 -1
View File
@@ -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