Fix fsnotify watcher limit by using gunicorn instead of flask dev server
هذا الالتزام موجود في:
@@ -4,4 +4,4 @@ COPY requirements.txt requirements.txt
|
|||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
COPY app.py app.py
|
COPY app.py app.py
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
CMD ["python", "app.py"]
|
CMD ["gunicorn", "--bind", "0.0.0.0:8080", "app:app"]
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
Flask==3.0.3
|
Flask==3.0.3
|
||||||
|
gunicorn==21.2.0
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم