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