Răsfoiți Sursa

Actualizar README.md

creylopez 1 săptămână în urmă
părinte
comite
9ab0b2b4c2
1 a modificat fișierele cu 3 adăugiri și 2 ștergeri
  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