ChatBotando / backend /dev.sh
olipericles's picture
Ajuste da UI
faf93c0
PORT="${PORT:-8080}"
uvicorn main:app --port $PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload