Skip to content

Commit

Permalink
Update JenkinsFile
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthmuktala123 authored Apr 30, 2024
1 parent 3180287 commit bfd2a90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'srikanthfresher68842/simple-python-flask-app'
image 'srikanthfresher68842/simple-python-flask-app:latest'
args '--user root -v /var/run/docker.sock:/var/run/docker.sock' // mount Docker socket to access the host's Docker daemon
}
}
Expand Down

0 comments on commit bfd2a90

Please sign in to comment.