Browse Source

CH-0206-3

953954216 2 months ago
parent
commit
dc4075c052
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