Implement AI orchestration wedding demo
This commit is contained in:
10
docker/backend.Dockerfile
Normal file
10
docker/backend.Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM python:3.12-slim
|
||||
|
||||
WORKDIR /app
|
||||
ENV PYTHONDONTWRITEBYTECODE=1
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
||||
COPY . .
|
||||
RUN pip install --no-cache-dir -e ".[dev]"
|
||||
|
||||
EXPOSE 8000
|
||||
Reference in New Issue
Block a user