修复docker file

This commit is contained in:
jau1 2023-12-17 23:15:10 +08:00
parent 91993f1a47
commit 6a4cf66ba2

View File

@ -2,7 +2,7 @@ FROM node:16 as builder
WORKDIR /build
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
COPY ./web .
COPY ./VERSION .