Browse Source

Añado comandos para importar datos json

politica
Celestino Rey 10 months ago
parent
commit
fad5be0cb6
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      ReyMotaAppsDj/Dockerfile
  2. +1
    -1
      ReyMotaAppsDj/K8S/Makefile

+ 1
- 1
ReyMotaAppsDj/Dockerfile View File

@ -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 .


+ 1
- 1
ReyMotaAppsDj/K8S/Makefile View File

@ -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


Loading…
Cancel
Save