Fix Wrong Port
This commit is contained in:
parent
186d19e765
commit
6961b78de4
@ -2,7 +2,7 @@
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
|
||||
WORKDIR /app
|
||||
EXPOSE 80
|
||||
EXPOSE 8080
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
|
||||
WORKDIR /src
|
||||
|
Loading…
x
Reference in New Issue
Block a user