diff --git a/Dockerfile b/Dockerfile index 56d5106..e1175c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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