From 5d8090807cd2ec880a8cafef6a87dcbf66b774c2 Mon Sep 17 00:00:00 2001 From: Brady-Malott <55215446+Brady-Malott@users.noreply.github.com> Date: Mon, 13 Feb 2023 20:40:41 -0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 816aec7..53d5710 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { stage('Build') { steps { - sh 'docker build -t microblog:latest .' + sh 'sudo docker build -t microblog:latest .' } }