From c108b45e941cde28ba40ccff75aaff543f40b424 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 28 Apr 2019 16:43:34 -0500 Subject: [PATCH] test web build trigger --- src/FilterLists.Web/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/FilterLists.Web/Dockerfile b/src/FilterLists.Web/Dockerfile index ad47a408e..1fe10fabe 100644 --- a/src/FilterLists.Web/Dockerfile +++ b/src/FilterLists.Web/Dockerfile @@ -26,3 +26,5 @@ RUN dotnet publish -c Release -o out --no-restore # run FROM runtime COPY --from=build /src/FilterLists.Web/out ./ + +# test build trigger