PYRSS-Website/scripts/entrypoint.sh
Corban-Lee f01503eb7e
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
remove flush from entrypoint file ???
2024-08-13 11:17:38 +01:00

6 lines
77 B
Bash
Executable File

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