From 9fac38b9cfb776ac4664e69ffe5d80257fdbdd7c Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Thu, 8 Sep 2022 21:02:44 +0000 Subject: [PATCH] allow deploying one --- bin/docker-compose-production-deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/docker-compose-production-deploy b/bin/docker-compose-production-deploy index af370b5a..4beadef4 100755 --- a/bin/docker-compose-production-deploy +++ b/bin/docker-compose-production-deploy @@ -10,7 +10,7 @@ export PATH="$(pwd)/bin:$PATH" docker-compose-production build --pull # run the image -docker-compose-production up -d --remove-orphans +docker-compose-production up -d --remove-orphans "$@" sleep 3