From d41930ac55bd442ce6f1ac4f6be8ab0cceabc6ba Mon Sep 17 00:00:00 2001 From: Tarskan <55380090+Tarskan@users.noreply.github.com> Date: Fri, 7 Jan 2022 16:59:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20SUDO=20YARN=20INSTALL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9fa51f0..0820361 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /repo COPY . /repo -RUN yarn install +RUN sudo yarn install RUN yarn build