In order to build and launch the application you need either docker or podman:
- Compile the project:
mvn package -Pnative -Dquarkus.native.container-runtime=podman
- Build an image:
podman build -f docker/Dockerfile.native -t pzalejko/my-planner .
- Launch:
podman-compose -f docker/docker-compose.yml up