From 8956683b0d91cf81270566e146b7554906e21288 Mon Sep 17 00:00:00 2001 From: Chris Christiansen Date: Tue, 26 May 2026 04:31:33 +0000 Subject: [PATCH] docs: mark Procfile as legacy/unused --- Procfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Procfile b/Procfile index 5cd858d..857555b 100644 --- a/Procfile +++ b/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 +