Skip to content

Commit

Permalink
change procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
s4na committed Dec 5, 2019
1 parent 873de94 commit 1ec5eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
release: bundle exec rake db:migrate
web: bundle exec puma -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development}
web: bundle exec puma

0 comments on commit 1ec5eea

Please sign in to comment.