Skip to content

Commit

Permalink
Verbosity 0
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraig3 committed Nov 9, 2024
1 parent 26ed174 commit 1c37a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV IS_DOCKER=1
ENV IS_PROD=${IS_PROD_ARG}

ARG GITHUB_SHA_ARG
ENV GITHUB_SHA=$GITHUB_SHA_ARG
ENV GITHUB_SHA=${GITHUB_SHA_ARG}

# Copy project
COPY . .
Expand All @@ -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 --verbosity 1
RUN /root/.local/bin/poetry run python bloom_nofos/manage.py collectstatic --noinput --verbosity 0

EXPOSE $PORT

Expand Down

0 comments on commit 1c37a03

Please sign in to comment.