Update entrypoint.sh

This commit is contained in:
Corban-Lee Jones 2024-08-12 00:50:04 +01:00
parent dc341c4f27
commit 5b1b4999a9

View File

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