修改端口
部署开发环境 / 编译发布 (push) Successful in 3m6s Details

This commit is contained in:
强 杨 2024-05-21 18:09:33 +08:00
parent 7be7ec518e
commit 505da61336
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ FROM dotnet/aspnet:8.0
WORKDIR /app
ENV ASPNETCORE_HTTP_PORTS=80
EXPOSE 80
COPY . .