From a59c158fea64e9d6b9837ef9d7ed6cceea4cd402 Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Tue, 24 Sep 2024 16:13:23 +0200 Subject: [PATCH] Update Dockerfile --- WatchIt.Website/WatchIt.Website/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/WatchIt.Website/WatchIt.Website/Dockerfile b/WatchIt.Website/WatchIt.Website/Dockerfile index 5edbd87..771595b 100644 --- a/WatchIt.Website/WatchIt.Website/Dockerfile +++ b/WatchIt.Website/WatchIt.Website/Dockerfile @@ -15,6 +15,7 @@ RUN dotnet build "WatchIt.Website.csproj" -c $BUILD_CONFIGURATION -o /app/build FROM build AS publish ARG BUILD_CONFIGURATION=Release RUN dotnet publish "WatchIt.Website.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false +RUN dotnet dev-certs https FROM base AS final WORKDIR /app