--remove-orphans

This commit is contained in:
Artur 2024-10-04 16:59:17 +02:00
parent f0d2e21767
commit 4d60e26ff8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ pipeline {
stage('start proxy-nginx') { stage('start proxy-nginx') {
steps { steps {
script{ 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(nxinx_build);
sh "cp ./nginx-config/** /apps-data" sh "cp ./nginx-config/** /apps-data"
} }