Skip to content

Commit 1440d53

Browse files
author
Jeremy Price
committed
remove the gist
1 parent ed6d76f commit 1440d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
110110

111111
# Get dependencies
112112
USER docker
113-
RUN COMPOSER_CACHE_DIR=/dev/null composer install --working-dir=/var/www/html --no-dev
113+
RUN COMPOSER_CACHE_DIR=/dev/null composer install --working-dir=/var/www/html --no-dev && rm -rf /var/www/html/vendor/*/*/.git
114114
#composer install --no-dev --working-dir=/var/www/html && rm -rf /home/docker/.cache/composer && rm -rf /var/www/html/vendor/*/*/.git
115115
USER root
116116

0 commit comments

Comments
 (0)