Externalize Keycloak variables from application.properties into Dockerfile
I am currently working on automating the deployment process of a Java application. The application is built and deployed into a Nexus repository using Maven (mvn deploy). Additionally, I have a Dockerfile set up to fetch either the latest or a specified WAR file version from the Nexus repository and run it on WildFly.