bloonsworld/app/entrypoint.sh
2025-02-21 01:52:41 +01:00

10 lines
169 B
Bash

#!/bin/sh
python wait_for_db.py
/bin/sh fix_permissions.sh
python manage.py makemigrations
python manage.py migrate
python manage.py collectstatic --noinput
exec "$@"