1
Fork 0

Correct app path for production

This commit is contained in:
Jake Howard 2018-10-25 20:23:33 +01:00
parent 6b287a0ab0
commit 263fad2983
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
web: waitress-serve --port $PORT server:app
web: waitress-serve --port $PORT app.server:app