Skip to content

Commit

Permalink
fix(CI): ignore correct path in collectstatic
Browse files Browse the repository at this point in the history
  • Loading branch information
MagneticNeedle committed Jul 10, 2023
1 parent 116d66e commit 4bfa028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit 4bfa028

Please sign in to comment.