Files
proyecto_ciec_v6/apps/api/Containerfile
2026-03-11 18:18:42 -06:00

6 lines
130 B
Docker

FROM python:3.11-slim
COPY . /home
WORKDIR /home
RUN pip install --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt