Correct app path for production
This commit is contained in:
parent
6b287a0ab0
commit
263fad2983
1 changed files with 1 additions and 1 deletions
2
Procfile
2
Procfile
|
@ -1 +1 @@
|
|||
web: waitress-serve --port $PORT server:app
|
||||
web: waitress-serve --port $PORT app.server:app
|
||||
|
|
Reference in a new issue