From 4bfa02895117eb62804056e22b5b8a8d0b00b934 Mon Sep 17 00:00:00 2001 From: p0lygun Date: Tue, 11 Jul 2023 04:20:31 +0530 Subject: [PATCH] fix(CI): ignore correct path in collectstatic --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 43b0621..ec40188 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,4 +61,4 @@ COPY --chown=wagtail:wagtail ./bfportal ./ FROM dev as final USER wagtail RUN npx tailwindcss -i ./bfportal/static/src/styles.css -o ./bfportal/static/css/bfportal.css --minify -RUN python manage.py collectstatic --noinput --clear -i css/src/* +RUN python manage.py collectstatic --noinput --clear -i static/src/*