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