From 7e64d5a836372aea0b69cb4a07a9c0804902e0b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=AE=E3=83=AA=E7=8C=AB?= Date: Wed, 3 Sep 2025 15:52:01 +0800 Subject: [PATCH 1/2] update: mcstatus-img submodule to update --- mc_status_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mc_status_img b/mc_status_img index 891e7b8..7745547 160000 --- a/mc_status_img +++ b/mc_status_img @@ -1 +1 @@ -Subproject commit 891e7b83c9121e8af1362607933bc5404b6ac390 +Subproject commit 774554790e5c51341c014224279cf0461385bab6 From 56c298fd9b934ae2ac796f7be13ff14663e00534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=AE=E3=83=AA=E7=8C=AB?= Date: Wed, 3 Sep 2025 16:07:59 +0800 Subject: [PATCH 2/2] fix: docker running issue --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7dcae47..d913834 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]