From 12896a4bb4bde3d0708fb5f96ec912c0fed90e4a Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Tue, 20 Aug 2024 08:17:46 +0200 Subject: [PATCH] =?UTF-8?q?Que=20make=20all=20cree=20tambi=C3=A9n=20la=20i?= =?UTF-8?q?magen=20de=20nginx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Libros/K8S/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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