main
parent
2442599757
commit
270fa3ace5
|
|
@ -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
|
||||
Loading…
Reference in New Issue