Skip to content

Commit

Permalink
No verbosity for collectstatic
Browse files Browse the repository at this point in the history
There is some warning about how there are duplicate files being
sent to the same destination, which doesn't matter to me at all.

Let's just keep the pipeline that we have.
  • Loading branch information
pcraig3 committed Nov 10, 2024
1 parent a30b1d9 commit d0c61d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d0c61d9

Please sign in to comment.