From 4ae36306aa40ed06df50f87b7c51c1840b64fa85 Mon Sep 17 00:00:00 2001 From: sluppyy Date: Thu, 13 Feb 2025 18:25:14 +0300 Subject: [PATCH] )) --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 69ed45b..e120120 100644 --- a/Dockerfile +++ b/Dockerfile @@ -95,4 +95,6 @@ RUN set -eux; \ composer dump-autoload --classmap-authoritative --no-dev; \ composer dump-env prod; \ composer run-script --no-dev post-install-cmd; \ - chmod +x bin/console; sync; + chmod +x bin/console; \ + php bin/console asset-map:compile \ + sync;