diff --git a/Dockerfile b/Dockerfile index 2c09edd..a33e426 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ WORKDIR /app COPY migrator.py mapping.yaml app.py requirements.txt ./ COPY templates ./templates +COPY static ./static RUN pip install --no-cache-dir -r requirements.txt gunicorn