Add volume notes

This commit is contained in:
Sonny Bakker 2024-08-10 14:26:09 +02:00
parent 16168cc9d9
commit e9e8fc351c

View file

@ -77,6 +77,9 @@ ARG POSTGRES_PASSWORD
ARG DJANGO_SECRET_KEY ARG DJANGO_SECRET_KEY
ARG DJANGO_SETTINGS_MODULE 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 RUN python src/manage.py collectstatic --noinput