diff --git a/Procfile.dev b/Procfile.dev new file mode 100644 index 00000000000..7ddf58a3316 --- /dev/null +++ b/Procfile.dev @@ -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