From 45fe91dc9b3eacf5240df4200cf3c0300749a426 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 27 Aug 2020 22:28:14 +0200 Subject: [PATCH] Add attachments to dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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"