Update entrypoint.sh

This commit is contained in:
Xoconoch
2025-01-24 12:38:19 -06:00
committed by GitHub
parent 5686815621
commit 66724f90f3

View File

@@ -1,15 +1,3 @@
#!/bin/sh
rm /var/run/docker.pid
dockerd > /var/log/dockerd.log 2>&1 &
echo "Esperando a que Docker Daemon se inicie..."
until docker info > /dev/null 2>&1; do
sleep 1
done
echo "Docker Daemon está listo."
docker load < /app/zotify.tar
exec python /app/app.py
exec python /app/app.py