Update Jenkinsfile

This commit is contained in:
2025-01-25 17:51:20 +02:00
parent 3c30af0099
commit 41d47fd6bd

2
Jenkinsfile vendored
View File

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