Port 8000
This commit is contained in:
parent
61c64d47fd
commit
76b13da56c
|
|
@ -6,6 +6,6 @@ from waitress import serve
|
|||
|
||||
|
||||
def main():
|
||||
port = os.environ.get('FLASK_RUN_PORT', 80)
|
||||
port = os.environ.get('FLASK_RUN_PORT', 8000)
|
||||
print(f'Starting server on port {port}')
|
||||
serve(app, listen=f'*:{port}')
|
||||
|
|
|
|||
Loading…
Reference in New Issue