how to deploy flask app with jaydebeapi on pivotal cloud foundry

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

Asked on July 16, 2020 in Python.
Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.