add -d to docker task

This commit is contained in:
medcl 2020-04-20 14:31:50 +08:00
parent f178d95a6f
commit 045b503a7e
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -69,7 +69,7 @@ pipeline {
stage('Start Backend Docker') {
steps {
sh 'cd /home/deploy/logging-center/docker && docker-compose -f docker-compose.dev.yml up'
sh 'cd /home/deploy/logging-center/docker && docker-compose -f docker-compose.dev.yml up -d'
}
}