Skip to content

Commit

Permalink
add Running the App stage
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusccortes committed Dec 2, 2023
1 parent 8c2c3db commit 5f87c8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,11 @@ pipeline {
sh 'docker compose build'
}
}

stage('Running the App') {
steps {
sh 'docker compose up -d'
}
}
}
}

0 comments on commit 5f87c8f

Please sign in to comment.