agregando fastapi

This commit is contained in:
danielcruzmx
2026-03-11 18:18:42 -06:00
parent 1a2f9d6431
commit 9b1869ac14
6 changed files with 56 additions and 3 deletions

5
apps/api/Containerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM python:3.11-slim
COPY . /home
WORKDIR /home
RUN pip install --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt