From 23b79c20fe114699c31d15cc059ee243eac5a635 Mon Sep 17 00:00:00 2001 From: puke <1129090915@qq.com> Date: Wed, 10 Dec 2025 16:48:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96docker=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c96f58..84fdbd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,7 +64,7 @@ COPY templates ./templates COPY workflows ./workflows COPY resources ./resources COPY docs/images ./docs/images -COPY docs/FAQ.md docs/FAQ_CN.md ./docs/ +COPY docs/FAQ*.md ./docs/ # Create output, data and temp directories RUN mkdir -p /app/output /app/data /app/temp