2
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
FROM python:3.11-slim
|
||||
|
||||
WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
fastapi
|
||||
uvicorn
|
||||
python-multipart
|
||||
Reference in New Issue
Block a user