bug fixed
parent
294529e39d
commit
6b3836d0a6
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
|
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
|
||||||
|
|
||||||
"Urls": "http://*:5006", // 配置默认端口
|
"Urls": "http://*:5008", // 配置默认端口
|
||||||
// "https_port": 44325,
|
// "https_port": 44325,
|
||||||
|
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# 暴露应用端口
|
# 暴露应用端口
|
||||||
EXPOSE 5006
|
EXPOSE 5008
|
||||||
COPY . .
|
COPY . .
|
||||||
# 设置容器启动命令
|
# 设置容器启动命令
|
||||||
ENTRYPOINT ["dotnet", "Admin.NET.Web.Entry.dll"]
|
ENTRYPOINT ["dotnet", "Admin.NET.Web.Entry.dll"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue