diff --git a/Jenkinsfile b/Jenkinsfile index 38c4278..5dcfa2c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { stage('Deploy') { steps { echo "Deploy new kuma..." - sh "ocker compose up -d --remove-orphans" + sh "docker compose up -d --remove-orphans" } } }