Initial clean commit - unified Lyra stack
This commit is contained in:
6
intake/Dockerfile
Normal file
6
intake/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM python:3.11-slim
|
||||
WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY . .
|
||||
CMD ["uvicorn", "intake:app", "--host", "0.0.0.0", "--port", "7080"]
|
||||
Reference in New Issue
Block a user