waitress again
This commit is contained in:
parent
c4a89c663c
commit
6b4f0919fa
2 changed files with 2 additions and 3 deletions
|
@ -4,5 +4,4 @@ WORKDIR /utils
|
|||
COPY . .
|
||||
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"]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
flask
|
||||
bleach
|
||||
gunicorn
|
||||
waitress
|
||||
|
|
Loading…
Add table
Reference in a new issue