From fad5be0cb6dd6ac466cf892182cac842fd9a378e Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Fri, 31 Jan 2025 11:55:51 +0100 Subject: [PATCH] =?UTF-8?q?A=C3=B1ado=20comandos=20para=20importar=20datos?= =?UTF-8?q?=20json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReyMotaAppsDj/Dockerfile | 2 +- ReyMotaAppsDj/K8S/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ReyMotaAppsDj/Dockerfile b/ReyMotaAppsDj/Dockerfile index 7230039..9c38b65 100644 --- a/ReyMotaAppsDj/Dockerfile +++ b/ReyMotaAppsDj/Dockerfile @@ -48,7 +48,7 @@ RUN mkdir -p $APP_HOME WORKDIR $APP_HOME # install system dependencies -RUN apt-get update && apt-get install -y sqlite3 netcat vim procps +RUN apt-get update && apt-get install -y sqlite3 netcat vim procps curl jq COPY --from=builder /app/wheels /wheels COPY --from=builder /app/requirements.txt . diff --git a/ReyMotaAppsDj/K8S/Makefile b/ReyMotaAppsDj/K8S/Makefile index 59d5299..80b98fe 100644 --- a/ReyMotaAppsDj/K8S/Makefile +++ b/ReyMotaAppsDj/K8S/Makefile @@ -1,7 +1,7 @@ export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':') #export REGISTRY=registry.cube.local export REGISTRY=registry.reymota.es -export IMG_VERSION = 0.34 +export IMG_VERSION = 0.35 export IMG_NGINX_VERSION = 1.0 # limpia todo