Hi, I have a locally build Ballerina Rest API server which calls Java methods. I'm trying to create a docker container to host the server on Choreo. I'm not sure how to write the dockerfile since the Ballerina bindings to Java code needs two images; Ballerina and Maven. Could you please help me with this? The file structure and the commands to run the server are attached here.
This might not be directly related to this channel but thought of asking for help after many failed attempts. One of the failed dockerfile is also attached.