This commit is contained in:
parent
15bd322d23
commit
6e9b2dcaa4
1 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,7 @@ FROM node:18-alpine3.16
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
COPY yarn.lock ./
|
COPY yarn.lock ./
|
||||||
RUN yarn config set registry http://172.17.0.2:4873
|
RUN yarn install --frozen-lockfile --registry http://172.17.0.2:4873
|
||||||
RUN yarn install --frozen-lockfile
|
|
||||||
COPY --from=build /usr/build /app
|
COPY --from=build /usr/build /app
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
Loading…
Reference in a new issue