修复docker file
This commit is contained in:
parent
91993f1a47
commit
6a4cf66ba2
@ -2,7 +2,7 @@ FROM node:16 as builder
|
|||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
COPY web/package.json .
|
COPY web/package.json .
|
||||||
RUN npm npm config set registry https://registry.npmmirror.com/
|
RUN npm config set registry https://registry.npmmirror.com/
|
||||||
RUN npm install
|
RUN npm install
|
||||||
COPY ./web .
|
COPY ./web .
|
||||||
COPY ./VERSION .
|
COPY ./VERSION .
|
||||||
|
Loading…
Reference in New Issue
Block a user