This project allows editing of the keycloak theme for the Todo application
docker compose up -d
docker compose stop
docker exec todo_keycloak rm -rf /opt/keycloak/themes/todo
docker cp ./themes/todo todo_keycloak:/opt/keycloak/themes/todo
disable-theme-cache.cli actually disable front caching at container startup (see docker-compose for more information)
or
docker cp ./imports/standalone.xml todo_keycloak:/opt/keycloak/standalone/configuration/standalone.xml