From ee6285ce7e7175f0091cb79b51caa2aa5055a8af Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 20 Sep 2018 16:13:00 -0300 Subject: [PATCH] HOT-FIX: conserta erro django-bower + Django 1.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Os parâmetros do django-bower para o Django 1.10 aparentemente mudararam. Desta forma, é necessário remover os não utilizados. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d1a9ca29f..95782b591 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 --no-input && \ +RUN python3 manage.py bower_install --allow-root && \ python3 manage.py compilescss RUN python3 manage.py collectstatic --noinput --clear