Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Dockerfile for application build and package
This commit introduces a Dockerfile that defines two stages: a build stage and a package stage. It uses Maven for building the application and GraalVM for running it. The build artifacts are copied from the build stage to the package stage. The Dockerfile also includes commented out code for future use such as Yourkit profiler and Remote Debugging setup.
- Loading branch information