Skip to content

Commit

Permalink
Change asp_net exposed port
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand committed Jan 21, 2022
1 parent 72458cb commit 687e99c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/AzureIoTHub.Portal/Server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
WORKDIR /app

ENV ASPNETCORE_URLS=http://+:80;https://+:443

EXPOSE 80
EXPOSE 443

Expand Down

0 comments on commit 687e99c

Please sign in to comment.