add noinput to collectatic

This commit is contained in:
FuzzyGrim
2024-03-12 15:30:13 +01:00
parent aab48ae78e
commit f7e9c81c81

View File

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