diff --git a/Dockerfile b/Dockerfile index f98613bf..7f74035e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN /root/.local/bin/poetry config virtualenvs.in-project true && \ rm -rf ~/.cache/pypoetry/{cache,artifacts} # collect static files -RUN /root/.local/bin/poetry run python bloom_nofos/manage.py collectstatic --noinput +RUN /root/.local/bin/poetry run python bloom_nofos/manage.py collectstatic --noinput --verbosity 0 EXPOSE $PORT