diff --git a/deploy-this/start-proxy.jenkinsfile b/deploy-this/start-proxy.jenkinsfile index fd6f60d..521aa6d 100755 --- a/deploy-this/start-proxy.jenkinsfile +++ b/deploy-this/start-proxy.jenkinsfile @@ -8,7 +8,7 @@ pipeline { def nxinx_build ="docker compose --file deploy-this/deploy-dc.yml up --detach " sh(nxinx_build); sh "rm -f /apps-data/*.conf" - sh "cp ./nginx-config/${PROTOCOL}/* /apps-data" + sh "cp nginx-config/${PROTOCOL}/*.conf /apps-data" } } }