update project

This commit is contained in:
Maxim
2025-12-15 18:07:49 +03:00
parent e50b183d07
commit 316acd07cd
4 changed files with 42 additions and 1 deletions

6
entrypoint.sh Normal file
View File

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