update docker build script
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user