Add attachments to dockerfile

This commit is contained in:
Gabriel Augendre 2020-08-27 22:28:14 +02:00
parent 945768a3e6
commit 45fe91dc9b
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -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"