Browse Source

Asset map

imwald
Nuša Pukšič 7 months ago
parent
commit
20f56716f9
  1. 3
      Dockerfile

3
Dockerfile

@ -100,4 +100,5 @@ RUN set -eux; \ @@ -100,4 +100,5 @@ 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; sync; \
docker exec newsroom-php-1 php bin/console asset-map:compile;

Loading…
Cancel
Save