Add attachments to dockerfile
This commit is contained in:
parent
945768a3e6
commit
45fe91dc9b
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue