This commit is contained in:
parent
815dad9e9c
commit
7f95973ce6
|
|
@ -2,7 +2,7 @@
|
|||
FROM 192.168.195.25:19900/library/node:20-alpine AS build
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN rm -f package-lock.json && npm install
|
||||
RUN npm config set registry https://registry.npmmirror.com && rm -f package-lock.json && npm install
|
||||
COPY . .
|
||||
RUN npm run build:prod
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user