Skip to content

Commit

Permalink
add collect static back
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-sentry committed Mar 4, 2025
1 parent fff9433 commit 84a70d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@ 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


0 comments on commit 84a70d0

Please sign in to comment.