This commit is contained in:
parent
6e9b2dcaa4
commit
85c482dfaa
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM node:18 AS build
|
|||
WORKDIR /usr
|
||||
COPY package.json ./
|
||||
COPY yarn.lock ./
|
||||
RUN yarn install
|
||||
RUN yarn install --frozen-lockfile --registry http://172.17.0.2:4873
|
||||
COPY . ./
|
||||
RUN yarn build
|
||||
|
||||
|
|
Loading…
Reference in a new issue