feat: first glance at the front and back end
This commit is contained in:
6
keycloak/CAS/Dockerfile
Normal file
6
keycloak/CAS/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM maven:3.8.8-eclipse-temurin-21-alpine
|
||||
|
||||
COPY ./keycloak-cas/ .
|
||||
|
||||
RUN mvn clean package
|
||||
|
Reference in New Issue
Block a user