Update Jenkinsfile

This commit is contained in:
Kaveri Reddy 2024-12-10 23:57:14 +05:30 committed by GitHub
parent 7d9cb9bed3
commit 59db90b3db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ pipeline {
steps {
script {
echo "runnig"
bat "docker run -dp 127.0.0.1:3000:3000 ex9"
bat "docker run -dp 3000:3000 ex9"
}
}
}