* potentially optimize the space footprint of docker images by building the Java `.jar` file into a binary executable * this may be possible with [GraalVM](https://www.graalvm.org/) * optimized docker image should be tested via the `integration` test package to ensure no bugs have been introduced with the new build process