Browse Source

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

This reverts commit ee6285ce7e.
pull/2255/head 3.1.120
Edward Ribeiro 6 years ago
parent
commit
1f0d31a409
  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 && \ RUN python3 manage.py bower_install -- --allow-root --no-input && \
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