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

Merged
huanghaosheng merged 2 commits from feature/ratelimit into develop 2026-06-21 13:32:03 +08:00
Showing only changes of commit 99fcd6bc29 - Show all commits

View File

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