mendix docker image builder throwing exception

2
Hello All,  I am now trying to build a docker image of Mendix app. It was working fine with mendix version 9.4 , then I upgraded my project to Mendix version 9.6 . Now if I try to build docker image of the app, it throws errors which I have no clue on how to resolve it .   Details of the project as below Mendix app version : 9.6 Docker image builder pack : https://github.com/mendix/docker-mendix-buildpack Running environment : Debian   
asked
1 answers
0

If the image is build as per your config file, then run the docker with command ( docker build up -d) , then check status with command ( docker stats) , 

 

answered