From 1f0d31a4096193c2f66db6c39b1b7a853649269c Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Mon, 24 Sep 2018 13:17:40 -0300 Subject: [PATCH] Revert "HOT-FIX: conserta erro django-bower + Django 1.10" This reverts commit ee6285ce7e7175f0091cb79b51caa2aa5055a8af. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 95782b591..d1a9ca29f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ COPY config/env_dockerfile /var/interlegis/sapl/sapl/.env # compilescss - Precompile all occurrences of your SASS/SCSS files for the whole project into css files -RUN python3 manage.py bower_install --allow-root && \ +RUN python3 manage.py bower_install -- --allow-root --no-input && \ python3 manage.py compilescss RUN python3 manage.py collectstatic --noinput --clear