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