ci(docker): Cleaner Composer output

This commit is contained in:
Pierre Rudloff 2019-10-06 23:36:42 +02:00
parent f136fd904c
commit a1148c9100
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ RUN a2enmod rewrite
RUN curl -sS https://getcomposer.org/installer | php
COPY resources/php.ini /usr/local/etc/php/
COPY . /var/www/html/
RUN php composer.phar install --prefer-dist
RUN php composer.phar install --prefer-dist --no-progress
RUN yarn install --prod
RUN yarn grunt
ENV CONVERT=1