From 379124a3a87298fd2ae71ec333b2d5e04ed62406 Mon Sep 17 00:00:00 2001 From: goodvin Date: Wed, 21 Jan 2026 21:28:32 +0300 Subject: [PATCH] Update scripts/deploy-to-gateway.sh --- scripts/deploy-to-gateway.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-to-gateway.sh b/scripts/deploy-to-gateway.sh index 6099ba4..3308236 100644 --- a/scripts/deploy-to-gateway.sh +++ b/scripts/deploy-to-gateway.sh @@ -34,7 +34,7 @@ cp "$RESOLVE_CONF" "$TARGET_DIR/" echo "Restarting $DOCKER_CONTAINER container..." docker restart "$DOCKER_CONTAINER" -sleep 5 +sleep 25 if ! docker ps | grep -q "$DOCKER_CONTAINER"; then echo "Error: $DOCKER_CONTAINER container failed to start" exit 1