подправил порты
This commit is contained in:
@@ -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 "$@"
|
||||
Reference in New Issue
Block a user