Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 84a70d0

Browse files
committed
add collect static back
1 parent fff9433 commit 84a70d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ FROM us-docker.pkg.dev/berglas/berglas/berglas:$BERGLAS_VERSION as berglas
77

88
FROM $REQUIREMENTS_IMAGE as app
99

10+
COPY . /app/apps/codecov-api
1011
WORKDIR /app/apps/codecov-api
11-
ADD . /app/apps/codecov-api
1212
RUN python manage.py collectstatic --no-input
1313

1414

0 commit comments

Comments
 (0)