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