From 2f843cab6bc00318b83e01626b8dc576f0bce91d Mon Sep 17 00:00:00 2001 From: lyj <2457395722@qq.com> Date: Wed, 1 Jan 2025 16:10:41 +0800 Subject: [PATCH] Fix default port (#935) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 636fecc..4cbce7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ WORKDIR /dashboard COPY dist/dashboard-${TARGETOS}-${TARGETARCH} ./app VOLUME ["/dashboard/data"] -EXPOSE 80 5555 +EXPOSE 8008 ARG TZ=Asia/Shanghai ENV TZ=$TZ -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]