mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
Update BuildImage.sh
This commit is contained in:
parent
0d9a018ca8
commit
441de0a869
1 changed files with 1 additions and 4 deletions
|
@ -1,10 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# copying runtime to docker build path
|
||||
sudo cp -f /home/jenkins/centos_data/apps/workspace/SpringPetClinic-Piple/target/spring-petclinic-2.1.0.BUILD-SNAPSHOT.jar /home/jenkins/centos_data/Build/
|
||||
|
||||
echo " *************************************** "
|
||||
echo " ********** Build Docker Image********** "
|
||||
echo " *************************************** "
|
||||
|
||||
cd /home/jenkins/centos_data/Build/ && docker-compose -f docker-compose-buildimage.yml build --no-cache
|
||||
docker-compose -f docker-compose-buildimage.yml build --no-cache
|
||||
|
|
Loading…
Reference in a new issue