compress static files
All checks were successful
Build and Push Docker Image / build (push) Successful in 14s

This commit is contained in:
Corban-Lee Jones 2024-10-15 00:02:32 +01:00
parent 0d37e6fd8e
commit 1573393311

View File

@ -1,6 +1,7 @@
#!/bin/sh
python manage.py collectstatic
python manage.py compress
python manage.py migrate
exec "$@"