Force composer install
This commit is contained in:
parent
68e089bae1
commit
37de20f791
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue