diff --git a/Libros/K8S/Makefile b/Libros/K8S/Makefile index a5a84e0..1af2332 100644 --- a/Libros/K8S/Makefile +++ b/Libros/K8S/Makefile @@ -3,7 +3,7 @@ export IMG_VERSION = 1.21 export IMG_NGINX_VERSION = 1.17 # limpia todo -all: imagen clean install +all: imagen nginx clean install imagen: cd ../; make