diff --git a/src/FilterLists.Agent/Properties/launchSettings.json b/src/FilterLists.Agent/Properties/launchSettings.json index b4a3e74ce..caefe796a 100644 --- a/src/FilterLists.Agent/Properties/launchSettings.json +++ b/src/FilterLists.Agent/Properties/launchSettings.json @@ -1,5 +1,9 @@ { "profiles": { + "Docker": { + "commandName": "Docker", + "commandLineArgs": "-a -v" + }, "FilterLists.Agent": { "commandName": "Project", "commandLineArgs": "-a -v"