ci(docker): Cleaner Composer output
This commit is contained in:
parent
f136fd904c
commit
a1148c9100
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ RUN a2enmod rewrite
|
||||||
RUN curl -sS https://getcomposer.org/installer | php
|
RUN curl -sS https://getcomposer.org/installer | php
|
||||||
COPY resources/php.ini /usr/local/etc/php/
|
COPY resources/php.ini /usr/local/etc/php/
|
||||||
COPY . /var/www/html/
|
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 install --prod
|
||||||
RUN yarn grunt
|
RUN yarn grunt
|
||||||
ENV CONVERT=1
|
ENV CONVERT=1
|
||||||
|
|
Loading…
Reference in a new issue