diff --git a/Dockerfile b/Dockerfile index 29ac5c6..e87cb71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN pip install -r requirements.txt COPY manage.py LICENSE .pre-commit-config.yaml .isort.cfg pyproject.toml requirements-dev.txt ./ COPY docker ./docker/ COPY blog ./blog/ +COPY attachments ./attachments/ COPY articles ./articles/ ENV SECRET_KEY "changeme"