without removing orphants

This commit is contained in:
Artur 2024-10-04 17:26:25 +02:00
parent 5c61a3e4cf
commit 165d850ded
1 changed files with 1 additions and 1 deletions

View File

@ -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"