Decrease verbosity on collectstatic

Yes it's a fun pseudo progress indication, but it's unnecessary and spams the logs
This commit is contained in:
Jake Howard 2022-10-30 19:16:25 +00:00
parent 01d78a7378
commit 9fc4540bfa
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -49,7 +49,7 @@ COPY --chown=website ./etc ./etc
COPY --chown=website ./manage.py ./manage.py COPY --chown=website ./manage.py ./manage.py
COPY --chown=website ./website ./website COPY --chown=website ./website ./website
RUN SECRET_KEY=none python manage.py collectstatic --noinput --clear -v3 RUN SECRET_KEY=none python manage.py collectstatic --noinput --clear
CMD python manage.py migrate --noinput && gunicorn -c etc/gunicorn.conf.py CMD python manage.py migrate --noinput && gunicorn -c etc/gunicorn.conf.py