fixed springboot docker config

This commit is contained in:
Brian Long 2022-04-04 17:55:07 -04:00
parent 53c64a9a69
commit b00b222daf

View File

@ -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>