Fix Dockerfile - add flask install

This commit is contained in:
2026-05-19 21:56:12 +01:00
parent 261b6bf392
commit 70542f539d

View File

@@ -36,8 +36,8 @@ pipeline {
docker ps | grep management-platform && echo "✅ Deployed OK" || exit 1 docker ps | grep management-platform && echo "✅ Deployed OK" || exit 1
''' '''
} }
} }
}
stage('Health Check') { stage('Health Check') {
steps { steps {