db_kyc_project/bot/scripts/dev.sh

8 lines
165 B
Bash
Raw Normal View History

2025-05-31 16:15:06 +03:00
#!/usr/bin/env bash
set -o errexit
set -o pipefail
set -o nounset
set -o xtrace
uvicorn main_api:app --host 0.0.0.0 --port "${HTTP_PORT}" --log-config /app/log.ini