I'm seeking guidance on how to successfully build a functioning GeoServer Docker image from its source code. My aim is to compile GeoServer from its source files and generate a Docker image for deployment within a cluster environment. While the compilation process executes without errors, upon running the resulting startup.sh script within the Docker container, an error occurs: "ERROR: Nothing to start, exiting...". I suspect that the issue may stem from the mvn install command during the build process....