agregando fastapi
This commit is contained in:
5
apps/api/Containerfile
Normal file
5
apps/api/Containerfile
Normal 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
|
||||
Reference in New Issue
Block a user