waitress again

This commit is contained in:
Nyx 2025-03-23 03:36:20 -05:00
parent c4a89c663c
commit 6b4f0919fa
2 changed files with 2 additions and 3 deletions

View file

@ -4,5 +4,4 @@ WORKDIR /utils
COPY . . COPY . .
RUN pip install --no-cache-dir -r requirements-prod.txt RUN pip install --no-cache-dir -r requirements-prod.txt
ENTRYPOINT [ "gunicorn", "-w", "4", "utils.app", "--bind", "0.0.0.0:8000" ] CMD ["waitress-serve", "--port=8000", "app.app"]

View file

@ -1,3 +1,3 @@
flask flask
bleach bleach
gunicorn waitress