Skip to content

Commit

Permalink
yarn config set registry
Browse files Browse the repository at this point in the history
  • Loading branch information
sjiampojamarn committed Oct 5, 2024
1 parent 6e355dc commit f75818e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ WORKDIR /home/perplexica

COPY ui /home/perplexica/

RUN yarn config set registry https://registry.npmjs.org

RUN yarn install --frozen-lockfile
RUN yarn build

Expand Down
2 changes: 2 additions & 0 deletions backend.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f75818e

Please sign in to comment.