Browse Source

HOT-FIX: conserta erro django-bower + Django 1.10

Os parâmetros do django-bower para o Django 1.10 aparentemente mudararam. Desta forma, é necessário remover os não utilizados.
pull/2237/merge
Edward 6 years ago
committed by GitHub
parent
commit
ee6285ce7e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
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 # 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 python3 manage.py compilescss
RUN python3 manage.py collectstatic --noinput --clear RUN python3 manage.py collectstatic --noinput --clear

Loading…
Cancel
Save