fixed springboot docker config
This commit is contained in:
parent
53c64a9a69
commit
b00b222daf
@ -38,7 +38,8 @@
|
||||
<executions>
|
||||
<execution>
|
||||
<id>copy-jar</id>
|
||||
<phase>package</phase>
|
||||
<!-- want to use 'package', but needs to be after sprintboot repackage -->
|
||||
<phase>pre-integration-test</phase>
|
||||
<goals>
|
||||
<goal>copy-resources</goal>
|
||||
</goals>
|
||||
@ -81,7 +82,8 @@
|
||||
<executions>
|
||||
<execution>
|
||||
<id>docker-build</id>
|
||||
<phase>package</phase>
|
||||
<!-- want to use 'package', but needs to be after sprintboot repackage -->
|
||||
<phase>pre-integration-test</phase>
|
||||
<goals><goal>build</goal></goals>
|
||||
<configuration>
|
||||
<skipPush>true</skipPush>
|
||||
|
Loading…
x
Reference in New Issue
Block a user