Fix Dockerfile - add flask install

This commit is contained in:
2026-05-19 21:55:06 +01:00
parent 53c2134f2b
commit 261b6bf392

View File

@@ -36,7 +36,7 @@ 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') {