From 5c7d8af95221beb07919dac7f388cf7c282d9567 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 15 Jul 2019 15:27:54 -0500 Subject: [PATCH] rm irrelevant commandLineArgs for Docker profile --- src/FilterLists.Agent/Properties/launchSettings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/FilterLists.Agent/Properties/launchSettings.json b/src/FilterLists.Agent/Properties/launchSettings.json index caefe796a..96df4f03c 100644 --- a/src/FilterLists.Agent/Properties/launchSettings.json +++ b/src/FilterLists.Agent/Properties/launchSettings.json @@ -1,8 +1,7 @@ { "profiles": { "Docker": { - "commandName": "Docker", - "commandLineArgs": "-a -v" + "commandName": "Docker" }, "FilterLists.Agent": { "commandName": "Project",