~heckyel/personal-site

3e92b492a4f172aeb45cef51b4d63f2618260856 — Jesús 2 years ago b25bb54
No use `make` for compile css
1 files changed, 2 insertions(+), 1 deletions(-)

M django/entrypoint.sh
M django/entrypoint.sh => django/entrypoint.sh +2 -1
@@ 152,7 152,8 @@ EMAIL_USE_TLS = ${EMAIL_USE_TLS:-True}
EOF
fi

cd /srv/app/core/static/core && make
mkdir -p /srv/app/core/static/core/css || true
sassc -t compressed /srv/app/core/static/core/sass/estilos.sass /srv/app/core/static/core/css/estilos.min.css
cd /srv/app || exit
/usr/local/bin/python3 manage.py makemigrations --no-input
/usr/local/bin/python3 manage.py migrate --no-input