How to launch an app in docker

Does anyone know how I can deploy my project in docker please, I only use the community plan

Based on the documentation it is as simple as using the right build command:
mvn clean package -Pdocker -Dbonita.environment=local

For reference: the official documentation

Hope this helps,
Captain Bonita

I have just tried that, but the container refuses to start due to the BDM not being deployed.

The error message is “Unknown Business Object type ‘com.company.model.Claim’. Deploy a Business Data Model defining this type first.”

I have looked and it seems to be included in jar file being built by the maven

/Jacob

Ah, it must be run in the topmost folder of the project.

I cannot however see the claims application when accessing the server and login seems to fail but somehow still log users in.

and it was solved by installing the organization and setting up mappings to profiles.

See Cannot login into Bonita (docker instance) with the users defined on the organization

Good to read you managed to find the path to a the solution.