diff --git a/Procfile b/Procfile index 248bb91..c4d4f51 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1 @@ -web: rake db:migrate && bin/rails server -b 0.0.0.0 -p ${PORT:-3000} & yarn watch:css & yarn build --watch -seed: bundle exec rails db:seed +web: yarn build:assets && bin/rails server -b 0.0.0.0 -p ${PORT:-3000}