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

Commit 0e67c05

Browse files
authored
fix: Add collectstatic back to dockerfile (#1192)
1 parent 5df99ba commit 0e67c05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ 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
12+
RUN python manage.py collectstatic --no-input
1213

1314

1415
FROM app as local

0 commit comments

Comments
 (0)