Skip to content

Commit

Permalink
Fix in Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavrick committed Sep 6, 2023
1 parent a87b4cc commit f099744
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Procfile
Original file line number Diff line number Diff line change
@@ -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}

0 comments on commit f099744

Please sign in to comment.