diff --git a/Dockerfile b/Dockerfile index 2c34fd6d..f62b87ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 .