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 ed6d76f commit 1440d53Copy full SHA for 1440d53
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_CACHE_DIR=/dev/null composer install --working-dir=/var/www/html --no-dev
+RUN COMPOSER_CACHE_DIR=/dev/null composer install --working-dir=/var/www/html --no-dev && rm -rf /var/www/html/vendor/*/*/.git
114
#composer install --no-dev --working-dir=/var/www/html && rm -rf /home/docker/.cache/composer && rm -rf /var/www/html/vendor/*/*/.git
115
USER root
116
0 commit comments