Skip to content

Commit 9dc3bd2

Browse files
authored
Update jenkinsfile
1 parent 3406f30 commit 9dc3bd2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ pipeline {
3737
stage('Docker Run') {
3838
steps{
3939
script {
40-
sh 'docker run -d -p 9000:8080 --rm --name Container1 276775973535.dkr.ecr.ap-south-1.amazonaws.com/docker-image-deploy:latest'
40+
sh 'docker run -d -p 8081:8080 --rm --name Container1 224498103667.dkr.ecr.ap-south-1.amazonaws.com/docker-image-deploy:latest
41+
'
4142
}
4243
}
4344
}

0 commit comments

Comments
 (0)