parent
c18a682f50
commit
b66115c1df
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ RUN (cd /tmp/keycloak && \
|
|||
tar -xvf /tmp/keycloak/keycloak-*.tar.gz && \
|
||||
rm /tmp/keycloak/keycloak-*.tar.gz) || true
|
||||
|
||||
RUN mv /tmp/keycloak/keycloak-* /opt/keycloak
|
||||
RUN mv /tmp/keycloak/keycloak-* /opt/keycloak && mkdir -p /opt/keycloak/data
|
||||
|
||||
RUN chmod -R g+rwX /opt/keycloak
|
||||
|
||||
|
|
Loading…
Reference in a new issue