feat: v2 版本 #206

Merged
huanghaosheng merged 201 commits from v2 into main 2026-06-22 16:01:28 +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