parent
aac932ecea
commit
5d9eac4ded
@ -1,3 +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 |
||||
assets: cd frontend && $(npm bin)/webpack --colors --watch --progress |
||||
worker: bundle exec rake jobs:work |
||||
|
Loading…
Reference in new issue