Browse Source

20240807_sun

15143018065 8 months ago
parent
commit
e88dddfe2a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ruoyi-ui/Dockerfile_Prod

+ 2 - 0
ruoyi-ui/Dockerfile_Prod

@@ -4,6 +4,8 @@ WORKDIR /code
 
 ADD package.json /code
 
+RUN npm config set registry https://registry.npmmirror.com
+
 RUN npm install
 
 ADD . /code