From fbbaefacbb3f2c6289662f0e5eae76068383e6f1 Mon Sep 17 00:00:00 2001 From: Brady-Malott <55215446+Brady-Malott@users.noreply.github.com> Date: Fri, 17 Feb 2023 17:34:56 -0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6341189..5f514da 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { // Stop running microblog container sh 'docker stop $(docker ps -q --filter ancestor=microblog:latest)' // Deploy new container - sh 'docker run -d -p 5000:5000 microblog:latest + sh 'docker run -d -p 5000:5000 microblog:latest' } } stage('Hello To Discord') {