Remove docker image on docker:remove

pull/55/head
Richard Körber 2017-07-30 15:58:33 +02:00
parent 562c4bd638
commit e53cdee657
2 changed files with 7 additions and 0 deletions

View File

@ -79,6 +79,7 @@
<configuration>
<logStdout>true</logStdout>
<verbose>true</verbose>
<removeAll>true</removeAll>
<images>
<image>

View File

@ -39,6 +39,12 @@ To stop the server:
mvn docker:stop
```
To remove the docker image (recommended if you want to rebuild Pebble after an update):
```
mvn docker:remove
```
GitLab CI
---------