Skip to content

Commit c329008

Browse files
Update Jenkinsfile
1 parent d83c9e0 commit c329008

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

continuous-integration/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ pipeline {
104104

105105
stage('Test image docker') {
106106
steps {
107-
sh 'docker run -d --name ${APP_CONTAINER_NAME} -p 3002:3002 --rm vanessakovalsky/my-image-python'
107+
sh 'docker run -d --name ${APP_CONTAINER_NAME} -p 3002:5000 --rm vanessakovalsky/my-image-python:${DOCKER_TAG}'
108108
}
109109
}
110110

0 commit comments

Comments
 (0)