revert to css

This commit is contained in:
FuzzyGrim
2024-03-06 17:10:24 +01:00
parent 6e0899ffe7
commit c18661de1d
12 changed files with 395 additions and 418 deletions

View File

@@ -25,7 +25,6 @@ RUN chmod +x /entrypoint.sh && \
# Django app
COPY src ./
RUN python manage.py compilescss
RUN python manage.py collectstatic --noinput --ignore=*.scss
RUN python manage.py collectstatic
CMD ["/entrypoint.sh"]