Пробуем запушить с ранером
Some checks failed
Deploy MES Core / deploy (push) Failing after 20s

This commit is contained in:
2026-03-27 21:38:06 +03:00
parent cd57d20e88
commit 91b0a6ff71
6 changed files with 143 additions and 21 deletions

7
entrypoint.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
echo "Collecting static files..."
python manage.py collectstatic --noinput
echo "Applying database migrations..."
python manage.py migrate --noinput
echo "Starting Gunicorn..."
exec "$@"