From 67b539a56494374220e9f6001eabc8df9078f6a2 Mon Sep 17 00:00:00 2001 From: aszerW Date: Sat, 25 Oct 2025 16:42:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8469343..744472d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,7 @@ RUN uv pip install --system -r requirements.txt COPY . . RUN rm -rf ./data + # 暴露端口 EXPOSE 80