Browse Source

Merge branch 'CH-XY' of sckj/mz-cloud into master

sckj 9 months ago
parent
commit
47a1a56e41
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ruoyi-ui/Dockerfile

+ 1 - 1
ruoyi-ui/Dockerfile

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