"vscode:/vscode.git/clone" did not exist on "b06cd06ec15961e7eafb0d9faed03a1a3c953be3"
- 18 Mar, 2026 1 commit
-
-
shaw authored
entrypoint 中 chown -R /app/data 在遇到 :ro 挂载的文件时报错退出, 添加错误容忍处理;同时去掉 compose 文件注释中的 :ro 建议。
-
- 16 Mar, 2026 1 commit
-
-
shaw authored
Docker named volumes and host bind-mounts may be owned by root, causing "open data/model_pricing.sha256: permission denied" when the container runs as the non-root sub2api user. Add an entrypoint script that fixes /app/data ownership before dropping to sub2api via su-exec. Replace USER directive with the entrypoint approach across all three Dockerfiles and update both GoReleaser configs to include the script in Docker build contexts.
-