diff --git a/README.md b/README.md index 4052c11..9b572fb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Demo Springboot -1 - Cloner ce repo -2 - Dans le répertoire springboot_demo -3 - Build de l'image +1- Cloner ce repo + +2- Dans le répertoire springboot_demo , Build de l'image ```` docker build -t /stringboot-rest:v1.0.0 ```` @@ -11,7 +11,7 @@ Dans mon cas: ```` docker build -t gitea.zen6.info/stef/springboot_demo/stringboot-rest:v1.0.0 ```` -4 - Configuration de docker-compose.yaml +3- Configuration de docker-compose.yaml Modifier le nom de l'image pour indiquer votre repo local ``` @@ -24,7 +24,7 @@ En : Remplacer l'url stringboot.msi.stef.lan par votre url -4 - Push de l'image +4- Push de l'image ``` docker push //stringboot-rest:v1.0.0 ```