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 8df782d commit bdfc8d3Copy full SHA for bdfc8d3
Dockerfile
@@ -93,3 +93,9 @@ RUN set -eux; \
93
composer dump-env prod; \
94
composer run-script --no-dev post-install-cmd; \
95
chmod +x bin/console; sync;
96
+
97
+RUN if [ -f importmap.php ]; then \
98
+ php bin/console importmap:install;\
99
+ php bin/console asset-map:compile;\
100
+fi
101
0 commit comments