Skip to content

Commit

Permalink
fix exposed port
Browse files Browse the repository at this point in the history
  • Loading branch information
Darki002 committed Aug 21, 2024
1 parent 8348fca commit b0f37c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS runtime
WORKDIR /app
COPY --from=build /app/out ./

EXPOSE 7165
EXPOSE 5291
EXPOSE 8080

ENTRYPOINT ["dotnet", "WhoIsHome.Host.dll"]

0 comments on commit b0f37c1

Please sign in to comment.