feat: add email controls and approval notifications

This commit is contained in:
2026-06-23 17:18:27 +00:00
parent d0219b90f0
commit 4804c63654
2 changed files with 147 additions and 16 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY main.py .
CMD ["python", "main.py"]
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8400"]