mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-09-01 15:57:25 +08:00
6 lines
90 B
Bash
Executable File
6 lines
90 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
. /app/venv/bin/activate
|
|
exec uvicorn app:app "$@"
|