diff --git a/Jenkinsfile b/Jenkinsfile index 5c9426c..9349164 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -68,7 +68,7 @@ pipeline { } } stage('Restart Docker') { - sh 'docker container restart main-authentication-1' + sh 'docker container restart main-authorization-1' } } break;