Skip to content

Commit f4b5747

Browse files
authored
Update jenkinsfile
1 parent 98c570b commit f4b5747

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 8080:8080 --rm --name myContainer 276775973535.dkr.ecr.ap-south-1.amazonaws.com/docker-image-deploy:latest'
40+
sh 'docker run -d -p 9000:8080 --rm --name myContainer 276775973535.dkr.ecr.ap-south-1.amazonaws.com/docker-image-deploy:latest'
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)