PYRSS-Website/scripts/entrypoint.sh
Corban-Lee Jones 1573393311
All checks were successful
Build and Push Docker Image / build (push) Successful in 14s
compress static files
2024-10-15 00:02:32 +01:00

7 lines
103 B
Bash
Executable File

#!/bin/sh
python manage.py collectstatic
python manage.py compress
python manage.py migrate
exec "$@"