mirror of
https://github.com/Murasame-Dev/McStatus-API.git
synced 2025-12-14 12:18:03 +00:00
fix: docker running issue
This commit is contained in:
parent
7e64d5a836
commit
56c298fd9b
1 changed files with 1 additions and 1 deletions
|
|
@ -13,4 +13,4 @@ ENV IMAGE_HEIGHT = 0
|
|||
|
||||
EXPOSE 8000
|
||||
|
||||
CMD ["gunicorn", "-b", "0.0.0.0:8000", "app:app"]
|
||||
CMD ["gunicorn", "-b", "0.0.0.0:8000", "app:app", "-k", "uvicorn.workers.UvicornWorker"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue