Skip to content

Commit

Permalink
Fix Docker port for .Net9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnstee committed Jan 8, 2025
1 parent 9c016af commit 3b77243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UACloudLibraryServer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 8080
EXPOSE 443

FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
Expand Down

0 comments on commit 3b77243

Please sign in to comment.