Explorar o código

Actualizar README.md

creylopez hai 1 semana
pai
achega
9ab0b2b4c2
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -23,9 +23,10 @@ In this case, don't forget to push the new image to a registry edit the
 Example:
 ```
 # Build and tag the image
-docker build -t abompotas/k8s-overleaf:5 ./deployment
+cd overleaf
+docker build -t harbor.reymota.es/overleaf/k8s-overleaf:5 .
 # Push the image to Docker Hub
-docker push abompotas/k8s-overleaf:5
+docker push harbor.reymota.es/k8s-overleaf:5
 ```
 
 ### Deploy the application