Update Jenkinsfile

This commit is contained in:
Kaveri Reddy 2024-12-11 00:00:10 +05:30 committed by GitHub
parent 59db90b3db
commit 6e5f4cb79d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
Jenkinsfile vendored
View File

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