entrypoint.sh 90 B

12345
  1. #!/usr/bin/env bash
  2. set -euo pipefail
  3. . /app/venv/bin/activate
  4. exec uvicorn app:app "$@"