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