Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .env

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
entorno/
env32/
__pycache__/
venv/
venv/
.env
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ FROM python:3.12
# Establece el directorio de trabajo en /ProyectoIntegrador-Service
WORKDIR /ProyectoIntegrador-Service

# Copia el archivo .env al contenedor
COPY .env /ProyectoIntegrador-Service/.env

# Copia solo los archivos necesarios para la instalación de dependencias
COPY requirements.txt .

Expand Down