We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a79a7 commit a3dc3f6Copy full SHA for a3dc3f6
Dockerfile
@@ -92,9 +92,8 @@ RUN set -eux; \
92
composer dump-autoload --classmap-authoritative --no-dev; \
93
composer dump-env prod; \
94
composer run-script --no-dev post-install-cmd; \
95
+ if [ -f importmap.php ]; then \
96
+ php bin/console asset-map:compile; \
97
+ fi; \
98
chmod +x bin/console; sync;
99
-RUN if [ -f importmap.php ]; then \
- php bin/console asset-map:compile;\
-fi
100
-
0 commit comments