Docker buid issue

This commit is contained in:
2025-10-17 10:12:09 +05:30
parent 83e3ae3305
commit 3043c719b0

View File

@ -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: