diff --git a/docker/django b/docker/django index 27eb800..8088b05 100644 --- a/docker/django +++ b/docker/django @@ -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