fix: 添加 docs/images 到 Docker 镜像以支持模板预览画廊

This commit is contained in:
puke
2025-12-08 15:48:45 +08:00
parent 3ba64653f1
commit 447c2f4b1c

View File

@@ -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