Browse Source

👷 SUDO YARN INSTALL

main
Tarskan 5 years ago
parent
commit
d41930ac55
  1. 2
      Dockerfile

2
Dockerfile

@ -5,7 +5,7 @@ WORKDIR /repo
COPY . /repo COPY . /repo
RUN yarn install
RUN sudo yarn install
RUN yarn build RUN yarn build
Loading…
Cancel
Save