Skip to content

Commit

Permalink
fix: Add collectstatic back to dockerfile (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-sentry authored Mar 4, 2025
1 parent 5df99ba commit 0e67c05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -7,8 +7,9 @@ FROM us-docker.pkg.dev/berglas/berglas/berglas:$BERGLAS_VERSION as berglas

FROM $REQUIREMENTS_IMAGE as app

COPY . /app/apps/codecov-api
WORKDIR /app/apps/codecov-api
ADD . /app/apps/codecov-api
RUN python manage.py collectstatic --no-input


FROM app as local

0 comments on commit 0e67c05

Please sign in to comment.