Docker buid issue
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user