This commit is contained in:
2026-03-10 17:49:53 +08:00
parent bf4c114ee2
commit 6b80182986
4 changed files with 2088 additions and 6 deletions

View File

@@ -53,9 +53,8 @@ COPY --from=builder /app/tyapi-server .
COPY config.yaml .
COPY configs/ ./configs/
# 复制资源文件(直接从构建上下文复制,与配置文件一致
COPY resources/etc ./resources/etc
COPY resources/pdf ./resources/pdf
# 复制资源文件(报告模板、PDF、组件等
COPY resources ./resources
# 暴露端口
EXPOSE 8080