bug fixed
parent
294529e39d
commit
6b3836d0a6
|
|
@ -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": "*",
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue