chore: don't expose 80 or 443

This commit is contained in:
Oliver Booth 2023-08-28 00:55:37 +01:00
parent 8b7d181ab4
commit 2e207ee733
Signed by: oliverbooth
GPG Key ID: B89D139977693FED
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
WORKDIR /src