Browse Source

CH-0206-2

953954216 2 months ago
parent
commit
e607cd9007
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:dev
+RUN npm run build:prod
 
 #环境变量写在build后面否则找不到指令
 ENV PROJECT_ENV production