You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ Deploying to Heroku
133
133
6. Create a Procfile. Open up a text editor and save the following text in it:
134
134
135
135
```
136
-
web: python run.py
136
+
web: gunicorn app:app --log-file=-
137
137
```
138
138
139
139
Then save the file in your applications root or main directory as *Procfile* (no extension). The word "web" indicates to Heroku that the application will be attached to the HTTP routing stack once deployed.
0 commit comments