Update release_frontend_docker.bat

This commit is contained in:
MaxKey
2022-11-23 11:48:39 +08:00
parent 14d1626d89
commit dfa90f63ed

View File

@@ -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 .