diff --git a/deploy-this/deploy.jenkinsfile b/deploy-this/deploy.jenkinsfile index 5da6372..7811e99 100644 --- a/deploy-this/deploy.jenkinsfile +++ b/deploy-this/deploy.jenkinsfile @@ -44,7 +44,7 @@ pipeline{ sh "mvn clean package" - sh "cp ./target/*.jar /apps_data" + sh "cp ./target/*.jar /apps_data/" sh "docker compose -f deploy-this/deploy-dc.yml up --detach"