2
0

update docker build script

This commit is contained in:
simonzhangsz
2024-12-06 15:13:49 +08:00
parent 62f82f2224
commit 7c42e46432
8 changed files with 85 additions and 12 deletions

View File

@@ -1,8 +1,13 @@
#!/bin/sh
profile_name=test
if [ "$1" != "" ]; then
profile_name=$1
fi
cd ..
git pull
mvn clean package -P test
mvn clean package -P ${profile_name}
cd docker
./copy.sh