Closed italktothewind closed 4 years ago
This is not yet supported unfortunately. This seems like a quite useful feature so I will try to add it as soon as possible.
This is now available in 0.9.0 version of the plugin as a new property of up
goal called forceBuild
. You can refer to the README for a bit more info if necessary.
Just update the plugin and set the property in your pom.xml as follows:
<configuration>
<forceBuild>true</forceBuild>
</configuration>
Thanks for adding this feature :)
I want to recreate the command "docker-compose up --build" that rebuilds the images in the compose defined in the following way:
Any advice? Thanks!