From 9143bd345732695b739a1380ee40b2e296646a01 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Tue, 9 May 2017 17:24:41 -0300 Subject: [PATCH] Reverte de volta para bower install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59bee177e..2b12ece18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ COPY config/env_dockerfile /var/interlegis/sapl/sapl/.env # manage.py bower install bug: https://github.com/nvbn/django-bower/issues/51 -RUN python3 manage.py bower_install -- --allow-root --no-input && \ +RUN python3 manage.py bower install --no-input && \ python3 manage.py collectstatic --no-input && \ rm -rf /var/interlegis/sapl/sapl/.env && \ rm -rf /var/interlegis/sapl/sapl.db