fix: config stuff, do make keycloak first
Some checks failed
Format / formatting (push) Successful in 6s
Build / build (push) Successful in 43s
CI / build (push) Failing after 10s

This commit is contained in:
2025-05-09 00:40:41 +02:00
parent 7f16cdc86f
commit 63327bc312
9 changed files with 2709 additions and 18 deletions

6
keycloak/CAS/Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM maven:3.8.8-eclipse-temurin-21-alpine
COPY ./keycloak-cas/ .
RUN mvn clean package