diff --git a/Jenkinsfile b/Jenkinsfile index 8a1c6da..c8a5f9e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { stage('Build and Run Container') { steps { sh ''' - docker build -t parse-saby . + docker-compose up --build -d docker logs parse-saby ''' }