feat(dockerfile): use NPM registry
This commit is contained in:
parent
8fe1b7c5e3
commit
c7c0ebe5b6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue