Add volume notes
This commit is contained in:
parent
16168cc9d9
commit
e9e8fc351c
1 changed files with 3 additions and 0 deletions
|
|
@ -77,6 +77,9 @@ ARG POSTGRES_PASSWORD
|
|||
ARG DJANGO_SECRET_KEY
|
||||
ARG DJANGO_SETTINGS_MODULE
|
||||
|
||||
# Note that the static volume will have to be recreated to be pre-populated
|
||||
# correctly with the latest static files. See
|
||||
# https://docs.docker.com/storage/volumes/#populate-a-volume-using-a-container
|
||||
RUN python src/manage.py collectstatic --noinput
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue