docker ps -a added to display containers status

This commit is contained in:
2024-12-28 13:33:52 +09:00
parent 107fa58cb2
commit fa2c717711

View File

@@ -23,6 +23,7 @@ steps:
- apk add --no-cache bash
- chmod +x ./bin/update
- docker-compose up -d
- docker ps -a
- until docker inspect -f '{{.State.Running}}' web | grep true; do echo "Waiting for container to be running..."; sleep 5; done
- git branch --set-upstream-to=origin/PMSManager_refactor PMSManager_refactor || true
- ./bin/update