diff --git a/Dockerfile b/Dockerfile index 2664997..406225d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,8 @@ COPY config.yaml . COPY configs/ ./configs/ # 复制资源文件(直接从构建上下文复制,与配置文件一致) -COPY resources ./resources +COPY resources/etc ./resources/etc +COPY resources/pdf ./resources/pdf # 暴露端口 EXPOSE 8080