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.
2 parents 1c38779 + b005940 commit 65b9561Copy full SHA for 65b9561
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_CACHE_DIR=/dev/null composer install --no-dev --working-dir=/var/www/html && rm -rf /var/www/html/vendor/*/*/.git
114
USER root
115
116
############### APPLICATION INSTALL/INIT #################
0 commit comments