From 15e2e127b41fccb7d58fda937171c18ada2398cc Mon Sep 17 00:00:00 2001 From: Cold <16419454+cold502@user.noreply.gitee.com> Date: Thu, 18 Dec 2025 18:01:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E5=87=86=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dca3443..7895e35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,6 @@ RUN npm install --registry=https://registry.npmmirror.com COPY . . -EXPOSE 5173 +EXPOSE 8888 -CMD ["npm", "run", "dev", "--", "--host", "0.0.0.0"] +CMD ["npm", "run", "dev"]