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

Commit fff9433

Browse files
committed
add back collect static
1 parent 5df99ba commit fff9433

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ FROM $REQUIREMENTS_IMAGE as app
99

1010
WORKDIR /app/apps/codecov-api
1111
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)