diff --git a/deploy-this/start-proxy.jenkinsfile b/deploy-this/start-proxy.jenkinsfile index 2d86106..fb9522f 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 " + def nxinx_build ="docker compose --file deploy-this/deploy-dc.yml up --detach --remove-orphans " sh(nxinx_build); sh "cp ./nginx-config/** /apps-data" }