docker build

This commit is contained in:
xxx
2023-08-27 10:37:58 +08:00
parent 30806bfdcf
commit b34320350d
3 changed files with 34 additions and 19 deletions

View File

@@ -1,11 +1,5 @@
#!/bin/sh
echo '设置M2_HOME...'
cp -r docker/.m2 /root
ls /root/.m2
echo '开始打包...'
export MAVEN_OPTS=-Dmaven.test.skip=true