Skip to content

Commit

Permalink
Pass development env to webpack in procfile
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
oliverguenther committed Nov 25, 2016
1 parent d9cac59 commit 9a12553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile.dev
@@ -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

0 comments on commit 9a12553

Please sign in to comment.