From 6a6becdd1d6a86a475c47bfa7b34d9747226c947 Mon Sep 17 00:00:00 2001 From: VictorFabreF Date: Wed, 26 Sep 2018 17:11:39 -0300 Subject: [PATCH] Revert "Revert "HOT-FIX: conserta erro django-bower + Django 1.10"" This reverts commit 1f0d31a4096193c2f66db6c39b1b7a853649269c. --- 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