docker: remove fixture import

This commit is contained in:
Herculino Trotta
2024-10-13 12:38:20 -03:00
parent d20897a28a
commit c260076790

View File

@@ -8,6 +8,5 @@ set -o nounset
python manage.py collectstatic --noinput
python manage.py compilemessages
python manage.py migrate
python manage.py loaddata ./fixtures/*.json
exec gunicorn WYGIWYH.wsgi:application --bind 0.0.0.0:8000 --timeout 600