I am running my dhis2 in a custom docker based on the previous process in v2.36.0
But the approach has since changed in v2.37 to the current v40.0.
The documentation is not explicit like it was in the v2.36.0
Is there a clearer documentation on how to install the custom docker on v40.0
The direction provided in build process contain a link to the CONTRIBUTING doc with a broken link on how to build and run in a docker.
Under build process, can someone explain how we are supposed to install and build the POM file as per this instruction To build it you must first install the root POM file, navigate to the dhis-web directory and then build the web POM file?
The instruction seems to be for local installation for dev use. Can we use same setting for production?
I am running v40.0 in docker container in production and it is working fine. But I am using the old dhis2-core/Dockerfile to build against the new Jib to build. I have not been able to successfully build with Jib.
According to the instruction in the Build Process, it was said To build it you must first install the root POM file, navigate to the dhis-web directory and then build the web POM file.
Is their an example command to run to build the POM file?