Skip to content

Commit cbb2900

Browse files
Fix in keycloak Dockerfile for ssm.json move
1 parent bf208c3 commit cbb2900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

keycloak/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ USER root
2222
RUN keytool -genkeypair -storepass password -storetype PKCS12 -keyalg RSA -keysize 2048 -dname "CN=server" -alias server -ext "SAN:c=DNS:localhost,IP:127.0.0.1" -keystore conf/server.keystore
2323
RUN /opt/keycloak/bin/kc.sh build --db=postgres
2424

25-
ADD ssm.json /ssm.json
25+
ADD realm_files/ssm.json /ssm.json
2626
ADD start.sh .
2727
RUN chmod 777 start.sh
2828

0 commit comments

Comments
 (0)