feat: add email controls and approval notifications
This commit is contained in:
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user