Skip to content

Commit

Permalink
added ip
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwembo committed Apr 12, 2024
1 parent 640c720 commit 6eecc26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployments/Jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pipeline{
}
stage('Build'){
steps {
sh 'sudo chmod 777 /var/run/docker.sock'
sh 'docker-compose down'
sh 'docker-compose build --no-cache'
// sh 'docker build -t joelwembo/django_app:latest --no-cache .'
Expand Down

0 comments on commit 6eecc26

Please sign in to comment.