diff --git a/Dockerfile b/Dockerfile index 8434c1d..72902d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN pip install --no-cache-dir -r requirements.txt COPY app/ ./app/ COPY scripts/ ./scripts/ COPY templates/ ./templates/ -COPY static/ ./static/ +RUN mkdir -p ./static # Data volume RUN mkdir -p /data/uploads /data/outputs /data/jobs