From d8f693651d3436019da77e00fcb83a6fbd9994dd Mon Sep 17 00:00:00 2001 From: sluppyy Date: Thu, 13 Feb 2025 18:32:17 +0300 Subject: [PATCH] kek --- Dockerfile | 1 - composer.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e120120..cbe578a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -96,5 +96,4 @@ RUN set -eux; \ composer dump-env prod; \ composer run-script --no-dev post-install-cmd; \ chmod +x bin/console; \ - php bin/console asset-map:compile \ sync; diff --git a/composer.json b/composer.json index 9205d95..712f33e 100644 --- a/composer.json +++ b/composer.json @@ -63,6 +63,7 @@ "scripts": { "auto-scripts": { "cache:clear": "symfony-cmd", + "asset-map:compile": "symfony-cmd", "assets:install %PUBLIC_DIR%": "symfony-cmd", "importmap:install": "symfony-cmd" },