From 008a76fd03a6ec34115a3e17d3f3905496a56466 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 28 Apr 2019 17:00:59 -0500 Subject: [PATCH] rm trigger test comment --- src/FilterLists.Web/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/FilterLists.Web/Dockerfile b/src/FilterLists.Web/Dockerfile index 1fe10fabe..9cd50da75 100644 --- a/src/FilterLists.Web/Dockerfile +++ b/src/FilterLists.Web/Dockerfile @@ -26,5 +26,4 @@ RUN dotnet publish -c Release -o out --no-restore # run FROM runtime COPY --from=build /src/FilterLists.Web/out ./ - -# test build trigger + \ No newline at end of file