Browse Source

Cambios en yaml para que funcione

politica
Celestino Rey 1 year ago
parent
commit
c7ed124992
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      RepostajesPy/K8S/repostajes-deployment.yaml
  2. +1
    -0
      RepostajesPy/servicios/Dockerfile

+ 1
- 1
RepostajesPy/K8S/repostajes-deployment.yaml View File

@ -35,7 +35,7 @@ spec:
- gunicorn
- --bind
- 0.0.0.0:5000
- repostajespy:create_app()
- repostajes:create_app()
image: creylopez/repostajes:$IMG_VERSION
name: repostajespy
env:


+ 1
- 0
RepostajesPy/servicios/Dockerfile View File

@ -12,6 +12,7 @@ ENV PYTHONUNBUFFERED=1
RUN apt-get update && apt-get install -y sqlite3
COPY requirements.txt requirements.txt
RUN pip install --upgrade pip
RUN pip3 install -r requirements.txt
COPY . .


Loading…
Cancel
Save