This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
zhengchun
/
MinerU
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
548924061e
Branches
Tags
zhch158
MinerU
/
projects
/
web_api
/
entrypoint.sh
entrypoint.sh
90 B
Histórico
Raw
1
2
3
4
5
#!/usr/bin/env bash
set -euo pipefail
. /app/venv/bin/activate
exec uvicorn app:app "$@"