add: 增加打包文件
Dockerfile New file @@ -0,0 +1,8 @@ FROM maven:3.6-jdk-11 # Set working dir WORKDIR /data COPY */target/*.jar /data/ CMD echo 1