From 1c58889268f60a8d2e93d86fef0920c3afd66350 Mon Sep 17 00:00:00 2001 From: thisfro Date: Wed, 5 May 2021 12:11:51 +0200 Subject: [PATCH] update dockerfile again --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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