docs: 统一更新配置文件路径引用 #180

Merged
huanghaosheng merged 3 commits from develop into v2 2026-06-21 13:32:20 +08:00
Showing only changes of commit 99fcd6bc29 - Show all commits

View File

@@ -31,7 +31,7 @@ WORKDIR /app
# 复制二进制和配置文件(敏感配置通过 docker-compose env_file 注入覆盖) # 复制二进制和配置文件(敏感配置通过 docker-compose env_file 注入覆盖)
COPY --from=builder /camtalk . COPY --from=builder /camtalk .
COPY config.yaml . COPY config/ ./config/
EXPOSE 8080 EXPOSE 8080