Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 799 Bytes

File metadata and controls

41 lines (26 loc) · 799 Bytes

Back to the home page — Previous page: 2. Configuration — Next page: 4. How to deploy locally


3. How to build

Build the JAR file

Prerequisites: Java, Maven

$ mvn install

That builds a JAR file in the target directory.

Embed the JAR file in a Docker image

Prerequisites: Docker

$ ./build.sh

That stores the JAR file at the root directory of a minimal Docker image, making it able to be accessed from a Docker container running Keycloak. See the docker-compose.yml file for an exemple of configuration.


Back to the home page — Previous page: 2. Configuration — Next page: 4. How to deploy locally