From 1a5ece3f7db825e6196988166ddc091ea353e21e Mon Sep 17 00:00:00 2001 From: Mork Swork Date: Tue, 12 May 2026 17:38:52 -0700 Subject: [PATCH] Admin theme --- docker/php/entrypoint.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker/php/entrypoint.sh b/docker/php/entrypoint.sh index 6a9aaa4..842af74 100644 --- a/docker/php/entrypoint.sh +++ b/docker/php/entrypoint.sh @@ -24,6 +24,7 @@ if [ "$HAS_TABLES" = "1" ]; then $DRUSH config:import -y 2>/dev/null && \ echo "[entrypoint] Config imported." || \ echo "[entrypoint] No config to import, continuing." + $DRUSH theme:enable claro_compact -y else echo "[entrypoint] Fresh database, installing Drupal..." $DRUSH site:install standard \ @@ -41,10 +42,8 @@ else $DRUSH en -y riverside_pt echo "[entrypoint] Modules enabled." - echo "[entrypoint] Setting themes..." + echo "[entrypoint] Setting themes..." $DRUSH theme:enable olivero claro_compact - $DRUSH config:set system.theme default olivero -y - $DRUSH config:set system.theme admin claro_compact -y echo "[entrypoint] Themes set." if ls /var/www/html/config/sync/*.yml >/dev/null 2>&1; then