修改启动脚本

main
kongfp 7 months ago
parent 930338a139
commit 6888645e24

@ -8,10 +8,10 @@ export MYSQL_PORT="3306"
export SERVER_IP="192.168.10.21:8000" export SERVER_IP="192.168.10.21:8000"
while ! nc -z db 3306 ; do #while ! nc -z db 3306 ; do
echo "Waiting for the MySQL Server" # echo "Waiting for the MySQL Server"
sleep 3 # sleep 3
done #done
pip install -r requirements.txt&& pip install -r requirements.txt&&
python manage.py makemigrations&& python manage.py makemigrations&&

Loading…
Cancel
Save