sh "cp ./target/*.jar /apps_data/"

This commit is contained in:
Artur 2024-10-03 13:42:13 +02:00
parent 66578bf485
commit 0c489b7f88
2 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,7 @@ services:
volumes:
apps_data:
apps-data:
external: true

View File

@ -43,7 +43,6 @@ pipeline{
sh "mvn clean package"
sh "cp ./target/*.jar /apps_data/"
sh "docker compose -f deploy-this/deploy-dc.yml up --detach"