entrypoint.sh 90 Bytes
Newer Older
1
2
3
4
5
#!/usr/bin/env bash
set -euo pipefail

. /app/venv/bin/activate
exec uvicorn app:app "$@"