Files
hello-world/Procfile
2025-04-13 20:19:05 -03:00

2 lines
48 B
Plaintext

web: uvicorn app:app --host=0.0.0.0 --port=5000