From 70542f539d00d232089d9239106902a29e094c33 Mon Sep 17 00:00:00 2001 From: ameniboukattaya Date: Tue, 19 May 2026 21:56:12 +0100 Subject: [PATCH] Fix Dockerfile - add flask install --- platform/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/Jenkinsfile b/platform/Jenkinsfile index f1c0e2f..5b0a6f9 100644 --- a/platform/Jenkinsfile +++ b/platform/Jenkinsfile @@ -36,8 +36,8 @@ pipeline { docker ps | grep management-platform && echo "✅ Deployed OK" || exit 1 ''' } + } - } stage('Health Check') { steps {