bug fixed

master
old易 2025-05-12 09:31:07 +08:00
parent 294529e39d
commit 6b3836d0a6
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
"Urls": "http://*:5006", //
"Urls": "http://*:5008", //
// "https_port": 44325,
"AllowedHosts": "*",

View File

@ -9,7 +9,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
WORKDIR /app
# 暴露应用端口
EXPOSE 5006
EXPOSE 5008
COPY . .
# 设置容器启动命令
ENTRYPOINT ["dotnet", "Admin.NET.Web.Entry.dll"]