Skip to content

Commit 91ffea4

Browse files
authored
Fix Procfile.windows so it honours PORT set by heroku local (#207)
Ensures that the PORT env var set automatically when running the `heroku local` command is honoured on Windows. GUS-W-14137365.
1 parent 7a86282 commit 91ffea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile.windows

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: python manage.py runserver 0.0.0.0:5000
1+
web: python manage.py runserver %PORT%

0 commit comments

Comments
 (0)