From d702eaa6252551d068f3652dbcf5d0f0b3aff040 Mon Sep 17 00:00:00 2001 From: boojack Date: Fri, 23 Dec 2022 20:48:51 +0800 Subject: [PATCH] chore: update dockerfile (#838) --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2685444c..8cb9318e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,9 @@ WORKDIR /frontend-build COPY ./web/ . -RUN yarn +RUN npm config rm proxy +RUN npm config rm https-proxy +RUN yarn install --no-lockfile RUN yarn build # Build backend exec file.