Initial commit — clean history (removed large test files, browser profiles, Medidata/Clario downloads)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM python:3.12-slim
|
||||
WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
COPY app.py .
|
||||
COPY .env .
|
||||
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8765"]
|
||||
Reference in New Issue
Block a user