Files
ip-geo-api/start.sh
Mateusz Gruszczyński b26b979a6a 1st commit
2025-10-06 08:27:10 +02:00

3 lines
68 B
Bash
Executable File

#!/usr/bin/env bash
uvicorn app.main:app --host 0.0.0.0 --port 8000