This commit is contained in:
sluppyy 2025-02-13 18:25:14 +03:00
parent 0a94936389
commit 4ae36306aa

View File

@ -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;