Skip to content

Commit

Permalink
Added expose port 80 to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
michielpost committed Sep 10, 2018
1 parent 12dcd82 commit fb1523d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM microsoft/dotnet:2.1-aspnetcore-runtime AS base
WORKDIR /app
EXPOSE 59919
EXPOSE 44339
EXPOSE 80

FROM microsoft/dotnet:2.1-sdk AS build
WORKDIR /src
Expand Down

0 comments on commit fb1523d

Please sign in to comment.