forked from github/plane
dev: update create bucket script
This commit is contained in:
parent
4c2074b6ff
commit
e98e26edb1
@ -15,6 +15,6 @@ if [ "$ENABLE_REGISTRATION" != "0" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Create the default bucket
|
# Create the default bucket
|
||||||
python bin/bucket_script.py
|
python manage.py create_bucket
|
||||||
|
|
||||||
exec gunicorn -w $GUNICORN_WORKERS -k uvicorn.workers.UvicornWorker plane.asgi:application --bind 0.0.0.0:8000 --max-requests 1200 --max-requests-jitter 1000 --access-logfile -
|
exec gunicorn -w $GUNICORN_WORKERS -k uvicorn.workers.UvicornWorker plane.asgi:application --bind 0.0.0.0:8000 --max-requests 1200 --max-requests-jitter 1000 --access-logfile -
|
||||||
|
Loading…
Reference in New Issue
Block a user