entry point for migrations

This commit is contained in:
=
2025-12-30 23:06:27 +03:30
parent c6ed8f9d98
commit cb346883bf

6
entrypoint.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -e
python manage.py migrate
exec "$@"