force redeploy without devsecops v3
All checks were successful
Build and Deploy Angular App HIS / build (push) Successful in 43s
Build and Deploy Angular App HIS / deploy (push) Successful in 53s

This commit is contained in:
m.imanpour
2025-12-10 01:24:55 +03:30
parent 6627a97eb2
commit 08c693bede
2 changed files with 5 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ services:
expose:
- "80"
healthcheck:
test: ["CMD", "wget", "--spider", "http://localhost:80"]
test: ["CMD", "curl", "-f", "http://localhost:80"] # Use curl (now installed) for reliable check; -f fails on non-200
interval: 30s
timeout: 10s
retries: 3