[script]docker打包脚本

This commit is contained in:
tomsun28
2022-01-30 10:09:30 +08:00
parent cf2731a1a1
commit 06272523a5
4 changed files with 45 additions and 9 deletions

View File

@@ -1,9 +0,0 @@
#!/bin/bash
cd ../../web-app
ng build --prod --base-href /console/
cd ..
mvn clean package