修改启动脚本

main
kongfp 5 months ago
parent 930338a139
commit 6888645e24

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

Loading…
Cancel
Save