mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-14 12:02:46 +02:00
4 lines
109 B
Bash
4 lines
109 B
Bash
#!/bin/sh
|
|
|
|
echo "Entrypoint: Starting Blitz Api..."
|
|
python3 -m uvicorn app.main:app --host 0.0.0.0 --port 80
|