Skip to content

Commit

Permalink
Testing gunicorn (#42)
Browse files Browse the repository at this point in the history
* removed alternate wsgi file

* update Procfile to run from root directory
  • Loading branch information
dianekaplan authored Jul 1, 2021
1 parent 8f5714d commit 230bf15
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 +1 @@
web: gunicorn mysite.wsgi
web: gunicorn --chdir mysite mysite.wsgi

0 comments on commit 230bf15

Please sign in to comment.