mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:15:49 +00:00
docker-compose -d flag fix
This commit is contained in:
parent
d78aea134c
commit
53ec5e4ac4
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -16,7 +16,7 @@ pipeline {
|
|||
stage('Run') {
|
||||
steps {
|
||||
sh 'docker build -f Dockerfile.run -t petclinic-run .'
|
||||
sh 'docker-compose up'
|
||||
sh 'docker-compose up -d'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue