blitz_api/docker/regtest/entrypoint.sh
2023-10-29 19:01:31 +01:00

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