sanic/guide/Procfile

1 line
63 B
Plaintext
Raw Permalink Normal View History

2023-09-07 10:20:10 +03:00
web: sanic --port=${PORT} --host=0.0.0.0 --workers=1 server:app