remove flush from entrypoint file ???
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s

This commit is contained in:
Corban-Lee Jones 2024-08-13 11:17:38 +01:00
parent cafa51f855
commit f01503eb7e

View File

@ -1,8 +1,6 @@
#!/bin/sh
python manage.py collectstatic
python manage.py flush --no-input
python manage.py migrate
exec "$@"