mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
noinput needed
This commit is contained in:
parent
1c34fdba03
commit
8574649500
1 changed files with 2 additions and 2 deletions
|
|
@ -80,8 +80,8 @@ else
|
|||
fi
|
||||
|
||||
cd /app
|
||||
python manage.py migrate
|
||||
python manage.py collectstatic
|
||||
python manage.py migrate --noinput
|
||||
python manage.py collectstatic --noinput
|
||||
|
||||
echo "🚀 Starting uwsgi..."
|
||||
su - $POSTGRES_USER -c "cd /app && uwsgi --ini /app/docker/uwsgi.ini &"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue