how to deploy flask app with jaydebeapi on pivotal cloud foundry

168 Views Asked by At

So i tried to push flask app that manipulate db using jaydebeapi on pcf, but it cannot find the jvm,and i tried this one

Add Java/JRE/JVM in Python Flask Cloud Foundry/IBM Cloud application

using multipacks return "No container can run this application", and the .profile didn't make any difference either.

this is the result when i add .profile containing the jre path in my computer file in my project direction

with .profile

and this is when i used multi-buildpack, according to the link above

with multi-buildpack

0

There are 0 best solutions below