diff --git a/release_frontend_docker.bat b/release_frontend_docker.bat index a8745c3a..e9959cb0 100644 --- a/release_frontend_docker.bat +++ b/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 .