Skip to content
Snippets Groups Projects

docker/keycloak: Fix custom swh theme installation for Keycloak 12

Compare and
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -7,7 +7,7 @@ cd
if [ ! -d swh-keycloak-theme ]
then
git clone https://forge.softwareheritage.org/source/swh-keycloak-theme.git
ln -s /opt/jboss/swh-keycloak-theme/swh/ /opt/jboss/keycloak/themes/swh
cp -r /opt/jboss/swh-keycloak-theme/swh /opt/jboss/keycloak/themes/swh
fi
echo "Starting Keycloak"
Loading