fix: - Dockerfile 设置工作目录为 /root/(第37行)
- main.go 使用相对路径 ./latex_workdir,所以创建在 /root/latex_workdir - docker-compose.yml 挂载卷到 /app/latex_workdir(位置不匹配)
Loading
Please register or sign in to comment
- main.go 使用相对路径 ./latex_workdir,所以创建在 /root/latex_workdir - docker-compose.yml 挂载卷到 /app/latex_workdir(位置不匹配)