From 447c2f4b1cc0079f333945679bd97dcb5a6cb83c Mon Sep 17 00:00:00 2001 From: puke <1129090915@qq.com> Date: Mon, 8 Dec 2025 15:48:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=20docs/images=20?= =?UTF-8?q?=E5=88=B0=20Docker=20=E9=95=9C=E5=83=8F=E4=BB=A5=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E6=A8=A1=E6=9D=BF=E9=A2=84=E8=A7=88=E7=94=BB=E5=BB=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 976d0fa..ec66384 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,6 +63,7 @@ COPY bgm ./bgm COPY templates ./templates COPY workflows ./workflows COPY resources ./resources +COPY docs/images ./docs/images # Create output, data and temp directories RUN mkdir -p /app/output /app/data /app/temp