mirror of
https://github.com/creyD/email_valid.git
synced 2026-04-12 19:30:30 +02:00
fix: removed max_requests
This commit is contained in:
@@ -16,7 +16,7 @@ RUN pip install 'uvicorn[standard]'
|
|||||||
ENV ENV=DEV
|
ENV ENV=DEV
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000", "--timeout-keep-alive", "600", "--limit-max-requests", "0"]
|
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000", "--timeout-keep-alive", "600"]
|
||||||
|
|
||||||
# Install curl
|
# Install curl
|
||||||
RUN apt-get update && apt-get install -y curl && apt-get clean
|
RUN apt-get update && apt-get install -y curl && apt-get clean
|
||||||
|
|||||||
Reference in New Issue
Block a user