Use composer update instead of install

This commit is contained in:
Jannis Portmann 2021-12-25 15:32:16 +01:00
parent faa16735f5
commit 63d2100c57

View file

@ -21,7 +21,7 @@ COPY . /var/www/html/app/
WORKDIR /var/www/html/app
# Install stuff
RUN php ../composer.phar install
RUN php ../composer.phar update
RUN yarn install && \
yarn build