From 87d3d9088a4e59958e1b32c01b5485bcaa6847d3 Mon Sep 17 00:00:00 2001 From: Ploush Date: Sat, 9 May 2026 17:29:07 +0200 Subject: [PATCH] fix: assetmap install --- docker/apache/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/apache/Dockerfile b/docker/apache/Dockerfile index 68b8ccb..af3a902 100644 --- a/docker/apache/Dockerfile +++ b/docker/apache/Dockerfile @@ -38,6 +38,7 @@ RUN composer install --no-dev --optimize-autoloader --no-scripts --no-interactio COPY app/ . # ── Assets ────────────────────────────────────────────── +RUN APP_ENV=prod php bin/console importmap:install RUN APP_ENV=prod php bin/console asset-map:compile # ── Droits ──────────────────────────────────────────────────