Fix procfile and references to new linking

This commit is contained in:
Oliver Günther
2018-06-22 08:23:39 +02:00
parent e0b3fbbe0e
commit 3e55430bc4
6 changed files with 9 additions and 36 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
web: bundle exec rails server -p ${PORT:="8080"} -b ${HOST:="127.0.0.1"} --env ${RAILS_ENV:="development"}
assets: cd frontend && RAILS_ENV=${RAILS_ENV:="development"} npm run webpack-watch
legacy: cd frontend && RAILS_ENV=${RAILS_ENV:="development"} npm run legacy-webpack-watch
angular: npm run serve
worker: bundle exec rake jobs:work