Remove wrong option

This commit is contained in:
Jannis Portmann 2021-12-25 15:29:41 +01:00
parent 9e39334486
commit faa16735f5

View file

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