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