change default port from 80 to 8080 as default
This commit is contained in:
parent
3eaa5c1910
commit
be95f53647
@ -8,6 +8,6 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=build /app/publish .
|
COPY --from=build /app/publish .
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 8080
|
||||||
|
|
||||||
ENTRYPOINT ["dotnet", "BinaryDad.Notes.dll"]
|
ENTRYPOINT ["dotnet", "BinaryDad.Notes.dll"]
|
Loading…
x
Reference in New Issue
Block a user