From f7e9c81c818d6f4e4d3da20086bedc27f288fd08 Mon Sep 17 00:00:00 2001 From: FuzzyGrim Date: Tue, 12 Mar 2024 15:30:13 +0100 Subject: [PATCH] add noinput to collectatic --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a20a2791..0e2e30d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file