mirror of
https://github.com/ycd/universities.git
synced 2026-03-13 09:14:01 +08:00
3 lines
87 B
YAML
3 lines
87 B
YAML
runtime: python38
|
|
entrypoint: uvicorn app.main:app --host=0.0.0.0 --port=${PORT:-5000}
|