diff --git a/Jenkinsfile b/Jenkinsfile index cf4384a..bbe9435 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -73,7 +73,7 @@ pipeline { // Login to registry docker.withRegistry('https://git.ruff.co.il', registryCredentialsId) { - // Run container + // Run container on build docker.image(imageName).run('-p 10002:80 --name otomai') } }