This commit is contained in:
parent
85c482dfaa
commit
e2af677ab6
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 install --frozen-lockfile --registry http://172.17.0.2:4873
|
RUN yarn install --registry http://172.17.0.2:4873 --frozen-lockfile COPY --from=build /usr/build /app
|
||||||
COPY --from=build /usr/build /app
|
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
CMD ["node", "/app"]
|
CMD ["node", "/app"]
|
||||||
|
|
Loading…
Reference in a new issue