Skip to content

Commit 2da909b

Browse files
authored
Update jenkinsfile
1 parent 2a9b04d commit 2da909b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pipeline {
3737
stage('Docker Run') {
3838
steps{
3939
script {
40-
sh 'docker run -d -p 8081:8080 --rm --name Container1 224498103667.dkr.ecr.ap-south-1.amazonaws.com/ci-cd:latest'
40+
sh 'docker run -d -p 8082:8080 --rm --name Container2 224498103667.dkr.ecr.ap-south-1.amazonaws.com/ci-cd:latest'
4141

4242
}
4343
}

0 commit comments

Comments
 (0)