docker log

This commit is contained in:
msojocs 2024-07-06 22:44:38 +08:00
parent a347f9d50f
commit 89bc6eef86

View File

@ -55,6 +55,7 @@ until $(curl --output /dev/null --silent --head --fail http://127.0.0.1:8083/che
if [ $i -ge 50 ];then
echo "error"
docker ps -a
docker logs wine
exit 1
fi
done