From 01c48c2cb0d8ad71225d20dcf5ec56164262c66a Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Sat, 28 Mar 2026 19:35:09 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Auto-deploy:=20BotVPS=20atualiza?= =?UTF-8?q?do=20em=2028/03/2026=2019:35:09?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start.sh b/start.sh index 53e8648..ec4a580 100755 --- a/start.sh +++ b/start.sh @@ -7,5 +7,5 @@ if [ -d "/host_root" ]; then fi # Inicia o serviço web com log unbuffered -echo "Iniciando Uvicorn..." -exec uvicorn main:app --host 0.0.0.0 --port 8001 +echo "Iniciando Uvicorn na porta ${PORT:-8001}..." +exec uvicorn main:app --host 0.0.0.0 --port ${PORT:-8001}