We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5760f1 commit e9ab783Copy full SHA for e9ab783
pom.xml
@@ -37,14 +37,6 @@
37
<groupId>com.spotify</groupId>
38
<artifactId>docker-maven-plugin</artifactId>
39
<version>1.0.0</version>
40
- <executions>
41
- <execution>
42
- <phase>package</phase>
43
- <goals>
44
- <goal>build</goal>
45
- </goals>
46
- </execution>
47
- </executions>
48
<configuration>
49
<!-- 注意imageName一定要是符合正则[a-z0-9-_.]的,否则构建不会成功 -->
50
<imageName>cike/${project.artifactId}</imageName>
readme.md
@@ -17,4 +17,7 @@
17
18
启动命令:`mvn spring-boot:run`
19
20
+docker镜像打包:`mvn docker:build`
21
+
22
23
0 commit comments