diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..69e7594 --- /dev/null +++ b/build.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +#docker buildx use physical +docker build --platform linux/amd64 -t registry.cn-shanghai.aliyuncs.com/physical/physical-boot --push . +#docker login --username=admin --password='admin!@#123' reg.laysan.biz diff --git a/physical-launcher/build.sh b/physical-launcher/build.sh deleted file mode 100644 index 27ee734..0000000 --- a/physical-launcher/build.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -mvn -s ~/.m2/settings-personal.xml clean install -#docker buildx use physical -docker build --platform linux/amd64 -t reg.laysan.biz/physical/physical-launcher --push . -#docker login --username=admin --password='admin!@#123' reg.laysan.biz diff --git a/physical-launcher/pom.xml b/physical-launcher/pom.xml index 841bb51..599becb 100644 --- a/physical-launcher/pom.xml +++ b/physical-launcher/pom.xml @@ -19,13 +19,7 @@ physical-system-biz ${jeecgboot.version} - - - org.jeecgframework.boot - physical-module-experiment - ${jeecgboot.version} - - +