6 lines
246 B
Plaintext
6 lines
246 B
Plaintext
# NOTE: This file is legacy from an early proof-of-concept.
|
|
# Cloud Run uses container entrypoint (Dockerfile), not Procfile.
|
|
# Kept for reference only — do not use for deployment.
|
|
web: uvicorn main:app --host 0.0.0.0 --port $PORT --workers 1
|
|
|