pdf / build.sh
megatrump's picture
添加了后台运行的功能以及密钥设置
506398c
raw
history blame
150 Bytes
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