Update compose.lock if needed

This commit is contained in:
Glenn Y. Rolland 2022-04-13 15:09:06 +02:00
parent 4f51237e2a
commit 667c98ea3c

View file

@ -48,5 +48,5 @@ RUN sed \
WORKDIR /var/www/html
CMD composer install && apache2-foreground
CMD composer update && composer install && apache2-foreground