[monitor]docker编译打包

This commit is contained in:
tomsun28
2022-01-30 15:59:27 +08:00
parent 0cf977c518
commit 13444f2b56
3 changed files with 48 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ http://maven.apache.org/ASSEMBLY/2.0.0 ">
<id>1.0</id>
<!--打包类型,可以设置多种类型,打包的时候不同的类型都会打包打出来-->
<formats>
<format>tar.gz</format>
<format>tar</format>
<format>zip</format>
</formats>
<!--第三方依赖设置-->