mirror of
https://github.com/docker/getting-started-app.git
synced 2024-12-22 23:30:50 -05:00
Update Jenkinsfile
This commit is contained in:
parent
7d9cb9bed3
commit
59db90b3db
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -13,7 +13,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
echo "runnig"
|
echo "runnig"
|
||||||
bat "docker run -dp 127.0.0.1:3000:3000 ex9"
|
bat "docker run -dp 3000:3000 ex9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user