diff --git a/readme.md b/readme.md
index 9c60f337fd581aefaec32617af0b5e8543b7c1f5..3adf8bc2ec3505e13b88650608da3ae380b5dc8e 100644
--- a/readme.md
+++ b/readme.md
@@ -207,6 +207,11 @@ into the [Docker Hub](https://cloud.docker.com/u/springcommunity/repository/dock
 repository.
 The [pom.xml](pom.xml) has been configured to publish the image with a the `springcommunity/spring-petclinic-rest`image name.
 
+Command line to run:
+```
+mvn compile jib:build -X -DjibSerialize=true -Djib.to.auth.username=xxx -Djib.to.auth.password=xxxxx
+```
+
 ## Interesting Spring Petclinic forks
 
 The Spring Petclinic master branch in the main [spring-projects](https://github.com/spring-projects/spring-petclinic)