подправил порты

This commit is contained in:
2026-03-27 22:19:22 +03:00
parent ab03b101f5
commit 5648e13ef6
3 changed files with 7 additions and 2 deletions

View File

@@ -3,5 +3,6 @@ echo "Collecting static files..."
python manage.py collectstatic --noinput
echo "Applying database migrations..."
python manage.py migrate --noinput
python manage.py createsuperuser --no-input || true
echo "Starting Gunicorn..."
exec "$@"