fix: assetmap install
This commit is contained in:
parent
3f4953c037
commit
87d3d9088a
1 changed files with 1 additions and 0 deletions
|
|
@ -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 ──────────────────────────────────────────────────
|
||||
|
|
|
|||
Loading…
Reference in a new issue