Console Output
+ sleep 20
+ echo Checking container status...
Checking container status...
+ docker ps
+ grep juntete
d81c17240b2c juntete-frontend "docker-entrypoint.s…" 2 minutes ago Up 33 seconds 3000/tcp juntete-frontend-1
5c5fc362a2cc juntete-backend "uvicorn app.main:ap…" 2 minutes ago Up 36 seconds 0.0.0.0:8000->8000/tcp, [::]:8000->8000/tcp juntete-backend-1
+ echo Checking backend health...
Checking backend health...
+ wget -q --spider http://localhost:8000/health
/var/jenkins_home/workspace/juntete-deploy@tmp/durable-c005f4bc/script.sh.copy: 11: wget: not found
+ echo Backend health check failed (might still be starting)
Backend health check failed (might still be starting)
+ echo Checking frontend health...
Checking frontend health...
+ wget -q --spider http://localhost:3002
/var/jenkins_home/workspace/juntete-deploy@tmp/durable-c005f4bc/script.sh.copy: 15: wget: not found
+ echo Frontend health check failed (might still be starting)
Frontend health check failed (might still be starting)
+ echo Deployment completed!
Deployment completed!