feat(dockerfile): use NPM registry

This commit is contained in:
ItzCrazyKns 2024-10-18 12:15:04 +05:30
parent 8fe1b7c5e3
commit c7c0ebe5b6

View file

@ -10,6 +10,8 @@ COPY yarn.lock /home/perplexica/
RUN mkdir /home/perplexica/data
RUN yarn config set registry https://registry.npmjs.org/
RUN yarn install --frozen-lockfile
RUN yarn build