- apps-data:/apps-data
This commit is contained in:
parent
0c489b7f88
commit
b2ec763fde
|
|
@ -14,13 +14,13 @@ services:
|
||||||
entrypoint:
|
entrypoint:
|
||||||
- java
|
- java
|
||||||
- -jar
|
- -jar
|
||||||
- /apps_data/angular-services-0.0.1.jar
|
- /apps-data/angular-services-0.0.1.jar
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- 8800:8800/tcp # exposing port for www
|
- 8800:8800/tcp # exposing port for www
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- apps_data:/apps_data
|
- apps-data:/apps-data
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ pipeline{
|
||||||
|
|
||||||
sh "mvn clean package"
|
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"
|
sh "docker compose -f deploy-this/deploy-dc.yml up --detach"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue