Gileanxxx

Results 4 comments of Gileanxxx

这就是为什么我到现在也不敢装的原因

Sorry for replying only now. The problem has been solved. Thank you very much.

找到一个曲线救国的方法,在构建镜像的Dockerfile中删除 ENTRYPOINT ["/app/.venv/bin/javsp"] CMD ["-i", "/video"] 然后在compose文件最后加入 entrypoint: /bin/sh -c "yes '' | .venv/bin/javsp && exit" 就可以使用了