From 028a24c637c74321fa1233a4d0e40bf5a935b770 Mon Sep 17 00:00:00 2001 From: AshwinMN24 Date: Wed, 18 Sep 2024 22:03:21 +0530 Subject: [PATCH] multiple downloads --- infrastructure/deployment/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/deployment/deploy.sh b/infrastructure/deployment/deploy.sh index ba3eda77d..176a3c6f7 100755 --- a/infrastructure/deployment/deploy.sh +++ b/infrastructure/deployment/deploy.sh @@ -289,7 +289,7 @@ docker_stack_deploy() { do echo "Server failed to download $tag. Retrying..." sleep 5 - done + done & done echo "Updating docker swarm stack with new compose files"