Skip to content

Commit 973c751

Browse files
Update JenkinsPipeline
1 parent e3647ee commit 973c751

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JenkinsPipeline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pipeline {
2828
}
2929
stage('Deploy') {
3030
steps {
31-
sh 'docker ps'
31+
sh 'docker run -tid -p 81:80 ${dockerUser}/pythoncode:latest'
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)