Update compose.lock if needed
This commit is contained in:
parent
4f51237e2a
commit
667c98ea3c
1 changed files with 1 additions and 1 deletions
|
@ -48,5 +48,5 @@ RUN sed \
|
||||||
|
|
||||||
WORKDIR /var/www/html
|
WORKDIR /var/www/html
|
||||||
|
|
||||||
CMD composer install && apache2-foreground
|
CMD composer update && composer install && apache2-foreground
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue