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