From 2e207ee7338bc682a4793a47a5d1d1ec9631e091 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Mon, 28 Aug 2023 00:55:37 +0100 Subject: [PATCH] chore: don't expose 80 or 443 --- VPLink/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/VPLink/Dockerfile b/VPLink/Dockerfile index e703f6c..87643d4 100644 --- a/VPLink/Dockerfile +++ b/VPLink/Dockerfile @@ -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