feat(dockerfile): update registry
This commit is contained in:
parent
c7c0ebe5b6
commit
71fc19f525
|
@ -10,8 +10,6 @@ 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue