mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-28 22:09:26 +08:00
add docker
This commit is contained in:
13
docker-build.sh
Executable file
13
docker-build.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo '设置M2_HOME...'
|
||||
|
||||
cp -r docker/.m2 /root
|
||||
|
||||
ls /root/.m2
|
||||
|
||||
echo '开始打包...'
|
||||
|
||||
export MAVEN_OPTS=-Dmaven.test.skip=true
|
||||
|
||||
/app/mvnw clean package
|
||||
Reference in New Issue
Block a user