correction
parent
27165a91b3
commit
b5da4f1380
|
|
@ -1,8 +1,8 @@
|
||||||
# Demo Springboot
|
# Demo Springboot
|
||||||
|
|
||||||
1- Cloner ce repo
|
1- Cloner ce repo
|
||||||
2 - Dans le répertoire springboot_demo
|
|
||||||
3 - Build de l'image
|
2- Dans le répertoire springboot_demo , Build de l'image
|
||||||
````
|
````
|
||||||
docker build -t <votre repo>/stringboot-rest:v1.0.0
|
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
|
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
|
Modifier le nom de l'image pour indiquer votre repo local
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue