diff --git a/src/FilterLists.Agent/Dockerfile b/src/FilterLists.Agent/Dockerfile index 8b1b84b19..a629232cd 100644 --- a/src/FilterLists.Agent/Dockerfile +++ b/src/FilterLists.Agent/Dockerfile @@ -4,7 +4,6 @@ # init base FROM mcr.microsoft.com/dotnet/core/aspnet:2.2-alpine as base ENTRYPOINT ["dotnet", "FilterLists.Agent.dll"] -LABEL do-not-prune WORKDIR /app # init build