update dockerfile again

This commit is contained in:
Jannis Portmann 2021-05-05 12:11:51 +02:00
parent 5cc90ff987
commit 1c58889268

View file

@ -13,7 +13,7 @@ RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" &&
RUN npm install --global yarn
COPY * .
COPY * ./
RUN php composer.phar update && yarn install
RUN yarn build