Skip to content

Commit

Permalink
Revert "Remove web dynos"
Browse files Browse the repository at this point in the history
This reverts commit 1cdec04.
  • Loading branch information
Flexicon committed Aug 31, 2022
1 parent 1cdec04 commit 976f28f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: gunicorn api:app -w 4 -k uvicorn.workers.UvicornWorker
5 changes: 5 additions & 0 deletions heroku.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
build:
docker:
web: Dockerfile
run:
web: gunicorn api:app -w 4 -k uvicorn.workers.UvicornWorker

0 comments on commit 976f28f

Please sign in to comment.