Skip to content

Commit

Permalink
Verbosity 1
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraig3 committed Nov 9, 2024
1 parent 2e9ad51 commit 26ed174
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 1

EXPOSE $PORT

Expand Down

0 comments on commit 26ed174

Please sign in to comment.