feat(dockerfile): use NPM registry

This commit is contained in:
ItzCrazyKns 2024-10-18 12:15:04 +05:30
parent 8fe1b7c5e3
commit c7c0ebe5b6
1 changed files with 2 additions and 0 deletions

View File

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