diff --git a/Jenkinsfile b/Jenkinsfile index 30228c1..72116a8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { stages { stage('Build') { steps { - sh "docker-compose --context DEV build -d" + sh "docker-compose --context DEV build" } } stage('Deploy') {