Browse Source

备案变更BUG修改-1231-033

953954216 3 months ago
parent
commit
f21bc4f1f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ruoyi-ui/Dockerfile

+ 1 - 1
ruoyi-ui/Dockerfile

@@ -13,7 +13,7 @@ RUN npm install
 
 ADD . /code
 
-RUN npm run build:prod
+RUN npm run build:dev
 
 #环境变量写在build后面否则找不到指令
 ENV PROJECT_ENV production