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:
parent
01d78a7378
commit
9fc4540bfa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue