From 51a0fce63b4dc542e92fc447952ac923b472894e Mon Sep 17 00:00:00 2001 From: puke <1129090915@qq.com> Date: Wed, 5 Nov 2025 11:04:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Ddocker=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E4=B8=8Bresources=E8=AF=BB=E5=8F=96=E4=B8=8D=E5=88=B0=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= 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 4c49b32..ebb4cb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,7 @@ COPY web ./web COPY bgm ./bgm COPY templates ./templates COPY workflows ./workflows +COPY resources ./resources # Create output and data directories RUN mkdir -p /app/output /app/data