From 165d850ded632af4b37d2210d90330dfc0ca1dd1 Mon Sep 17 00:00:00 2001 From: Artur Date: Fri, 4 Oct 2024 17:26:25 +0200 Subject: [PATCH] without removing orphants --- deploy-this/start-proxy.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-this/start-proxy.jenkinsfile b/deploy-this/start-proxy.jenkinsfile index f819e9e..794186b 100755 --- a/deploy-this/start-proxy.jenkinsfile +++ b/deploy-this/start-proxy.jenkinsfile @@ -5,7 +5,7 @@ pipeline { stage('start proxy-nginx') { steps { script{ - def nxinx_build ="docker compose --file deploy-this/deploy-dc.yml up --detach --remove-orphans " + def nxinx_build ="docker compose --file deploy-this/deploy-dc.yml up --detach " sh(nxinx_build); sh "cp ./nginx-config/http/* /apps-data" // sh "cp ./nginx-config/https-artikus-dynu-net/* /apps-data"