瀏覽代碼

Update release_frontend_docker.bat

MaxKey 2 年之前
父節點
當前提交
dfa90f63ed
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      release_frontend_docker.bat

+ 3 - 3
release_frontend_docker.bat

@@ -1,6 +1,6 @@
 echo off
 
-set MXK_VERSION=3.5.9
+set MXK_VERSION=3.5.10
 set MXK_REPOSITORY=maxkeytop
 
 set START_TIME="%date:~0,10% %time:~0,2%:%time:~3,5%"
@@ -10,7 +10,7 @@ rem call Set-ExecutionPolicy RemoteSigned -Scope Process
 
 cd ./maxkey-web-frontend/maxkey-web-app
 
-call ng     build --prod --base-href /maxkey/
+call ng     build --base-href /maxkey/
 
 call docker build -f Dockerfile -t %MXK_REPOSITORY%/maxkey-frontend  .
 
@@ -24,7 +24,7 @@ cd ../../
 
 cd ./maxkey-web-frontend/maxkey-web-mgt-app
 
-call ng     build --prod --base-href /maxkey-mgt/
+call ng     build --base-href /maxkey-mgt/
 
 call docker build -f Dockerfile -t %MXK_REPOSITORY%/maxkey-mgt-frontend  .