File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 41
41
<groupId >org.springframework.boot</groupId >
42
42
<artifactId >spring-boot-maven-plugin</artifactId >
43
43
</plugin >
44
- <!-- Docker maven plugin -->
45
- <plugin >
46
- <groupId >com.spotify</groupId >
47
- <artifactId >docker-maven-plugin</artifactId >
48
- <version >1.0.0</version >
49
- <configuration >
50
- <imageName >${docker.image.prefix} /${project.artifactId} </imageName >
51
- <dockerDirectory >src/main/docker</dockerDirectory >
52
- <resources >
53
- <resource >
54
- <targetPath >/</targetPath >
55
- <directory >${project.build.directory} </directory >
56
- <include >${project.build.finalName} .jar</include >
57
- </resource >
58
- </resources >
59
- </configuration >
60
- </plugin >
61
- <!-- Docker maven plugin -->
62
44
</plugins >
63
45
</build >
64
46
You can’t perform that action at this time.
0 commit comments