modified Jenkinsfile

This commit is contained in:
hllvc 2021-07-11 12:35:30 +02:00
parent 821449ccf9
commit 0c48a1c681

2
Jenkinsfile vendored
View file

@ -32,7 +32,7 @@ pipeline {
}
}
steps {
sh 'docker run -d --network petclinic -p8080:3000 -v $HOME/app:/root/app petclinic-app'
sh 'App Running'
}
}