Team13.4 / entry.sh
Xmaster6y's picture
initial setup
ab8b5a4
raw
history blame
104 Bytes
# Entrypoint
echo "Starting the application..."
uv run uvicorn api.main:app --host 0.0.0.0 --port 8000