mirror of
https://github.com/Murasame-Dev/McStatus-API.git
synced 2025-12-15 12:48:02 +00:00
Merge pull request #7 from GiriNeko/dev
feat: update mcstatus-img submodule and fix docker running issue.
This commit is contained in:
commit
2d74bc6328
2 changed files with 2 additions and 2 deletions
|
|
@ -13,4 +13,4 @@ ENV IMAGE_HEIGHT = 0
|
||||||
|
|
||||||
EXPOSE 8000
|
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"]
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 891e7b83c9121e8af1362607933bc5404b6ac390
|
Subproject commit 774554790e5c51341c014224279cf0461385bab6
|
||||||
Loading…
Add table
Add a link
Reference in a new issue