From 3043c719b0240ac6357fa117092c969562e93cd3 Mon Sep 17 00:00:00 2001 From: mukeshs Date: Fri, 17 Oct 2025 10:12:09 +0530 Subject: [PATCH] Docker buid issue --- docker-compose.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b984ce0..a84d468 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -59,15 +59,8 @@ services: networks: - vending-network depends_on: - backend: - condition: service_healthy + - backend restart: always - healthcheck: - test: ["CMD-SHELL", "test -f /usr/share/nginx/html/index.html || exit 1"] - interval: 30s - timeout: 10s - retries: 5 - start_period: 60s networks: vending-network: