docs: mark Procfile as legacy/unused
This commit is contained in:
parent
d9380d1a6e
commit
8956683b0d
4
Procfile
4
Procfile
|
|
@ -1 +1,5 @@
|
||||||
|
# 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
|
web: uvicorn main:app --host 0.0.0.0 --port $PORT --workers 1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user