re-add composer install on dockerBuild

This commit is contained in:
Xbird
2022-09-24 19:31:32 +02:00
parent 40042c41f5
commit 90c4ada7d1
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,8 @@ RUN chown -R www-data:www-data /var/www
USER www-data
RUN cd /var/www
RUN cd /var/www && \
composer install
WORKDIR /var/www/
ENTRYPOINT ["bash", "./docker/docker.sh"]