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 94ce54b commit d2df1cdCopy full SHA for d2df1cd
Dockerfile
@@ -110,7 +110,7 @@ COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
110
111
# Get dependencies
112
USER docker
113
-RUN composer install --no-dev --working-dir=/var/www/html
+RUN composer install --no-dev --working-dir=/var/www/html --prefer-source && rm -rf /var/www/html/vendor/*/.git && rm -rf /home/docker/.cache/composer
114
USER root
115
116
############### APPLICATION INSTALL/INIT #################
0 commit comments