Force composer install

This commit is contained in:
Glenn Y. Rolland 2018-03-22 20:01:09 +01:00
parent 68e089bae1
commit 37de20f791

View file

@ -34,6 +34,6 @@ RUN sed \
-i 's|/var/www/html|/var/www/html/htdocs|' \
/etc/apache2/sites-enabled/000-default.conf
RUN cd /var/www/html \
composer install
WORKDIR /var/www/html
CMD composer install && apache2-foreground