pdf / build.sh
megatrump's picture
更新了远程仓库的版本
2024352
raw
history blame contribute delete
159 Bytes
set -ex
docker build -t pdf-math-translator .
docker run --rm -t -p 7860:7860 --name pdf --env-file .env pdf-math-translator
# docker exec -it pdf /bin/bash