#!/usr/bin/env bash set -euo pipefail cd /home/def/otb_billing if [ -f .env ]; then set -a . ./.env set +a fi exec python3 backend/app.py