sanic/guide/Procfile

1 line
63 B
Plaintext
Raw Normal View History

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