Files
universities/app.yaml
2020-07-08 14:59:59 +03:00

3 lines
87 B
YAML

runtime: python38
entrypoint: uvicorn app.main:app --host=0.0.0.0 --port=${PORT:-5000}