correction

main
stef 2023-12-18 23:52:13 +01:00
parent 27165a91b3
commit b5da4f1380
1 changed files with 5 additions and 5 deletions

View File

@ -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 <votre repo>/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 <votre repo>//stringboot-rest:v1.0.0
```