Skip to content

Commit

Permalink
missing ports to expose
Browse files Browse the repository at this point in the history
  • Loading branch information
Darki002 committed Aug 21, 2024
1 parent 96a9008 commit d545904
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS runtime
WORKDIR /app
COPY --from=build /app/out ./

EXPOSE 7165
EXPOSE 5291

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

0 comments on commit d545904

Please sign in to comment.