Skip to content

Commit

Permalink
feat: 调整dockerfile端口
Browse files Browse the repository at this point in the history
  • Loading branch information
WangJunZzz committed Mar 25, 2024
1 parent 7778f03 commit e23ea9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aspnet-core/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 8080
EXPOSE 443
ENV TZ=Asia/Shanghai
ENV ASPNETCORE_ENVIRONMENT=Production
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"ExpirationTime": 2
},
"Cap": {
"Enabled": false,
"Enabled": true,
"RabbitMq": {
"HostName": "rabbitmq",
"UserName": "admin",
Expand Down
2 changes: 1 addition & 1 deletion templates/abp-vnext-pro-nuget-all/aspnet-core/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 8080
EXPOSE 443
ENV TZ=Asia/Shanghai
ENV ASPNETCORE_ENVIRONMENT=Production
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 8080
EXPOSE 443
ENV TZ=Asia/Shanghai
ENV ASPNETCORE_ENVIRONMENT=Production
Expand Down

0 comments on commit e23ea9b

Please sign in to comment.