[script]docker打包脚本

This commit is contained in:
tomsun28
2022-01-30 10:09:30 +08:00
parent 99bbd28fb7
commit 5219474653
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