Issue Deploying Mendix App with Docker - Stuck when run command: docker build --build-arg BUILD_PATH=./project -t mx-apppp .

0
Hi everyone, I'm trying to deploy my Mendix app using Docker, but I’m encountering an issue. Here’s the error message I’m seeing:    I’ve already searched the Mendix Forum for similar issues related to Docker deployment, but I haven’t found a solution that works for my case. Has anyone faced this issue before? Any suggestions on how to resolve it? Thanks in advance!
asked
1 answers
1

The root cause is:

Exception: No model/metadata. jon or mpr found in archive

 

that means your project directory does not contain the proper files. It has to be either compiled mda or the source with a mpr file inside.

answered