From 51dd2d50aff1288ad6f468700380fef189db8459 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 29 Jun 2019 13:01:56 -0500 Subject: [PATCH] rm label --- src/FilterLists.Agent/Dockerfile | 1 - 1 file changed, 1 deletion(-) 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