From 0972956fd3a9ab5c22667a901f00d655d390295f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=87=E9=98=B3=20=E9=82=B9?= Date: Thu, 2 Nov 2023 00:25:02 +0800 Subject: [PATCH] =?UTF-8?q?dockerfile=20=E7=AB=AF=E5=8F=A3=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 24Hour/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/24Hour/Dockerfile b/24Hour/Dockerfile index 459aa4a..552ebb5 100644 --- a/24Hour/Dockerfile +++ b/24Hour/Dockerfile @@ -17,9 +17,9 @@ RUN echo 'Asia/Shanghai' >/etc/timezone # 暴露的端口 #EXPOSE 80 -EXPOSE 5800 +EXPOSE 8098 -ENV ASPNETCORE_URLS=http://+:8099 +ENV ASPNETCORE_URLS=http://+:8098 ENV ASPNETCORE_ENVIRONMENT Production # 最后设置启动的dll