fix: assetmap install

This commit is contained in:
Ploush 2026-05-09 17:29:07 +02:00
parent 3f4953c037
commit 87d3d9088a

View file

@ -38,6 +38,7 @@ RUN composer install --no-dev --optimize-autoloader --no-scripts --no-interactio
COPY app/ . COPY app/ .
# ── Assets ────────────────────────────────────────────── # ── Assets ──────────────────────────────────────────────
RUN APP_ENV=prod php bin/console importmap:install
RUN APP_ENV=prod php bin/console asset-map:compile RUN APP_ENV=prod php bin/console asset-map:compile
# ── Droits ────────────────────────────────────────────────── # ── Droits ──────────────────────────────────────────────────