diff --git a/Jenkinsfile b/Jenkinsfile index b282227..55163e3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { sh "mkdir -p ${targetDir}" sh """ - docker build --network=host -t --no-cache e-monitor . + docker build --network=host --no-cache -t e-monitor . docker run --name e-monitor --dns 8.8.8.8 --network=host e-monitor:latest """