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