From 95c287c09cca8858c1f285bcd7e5ce9345a6d620 Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Fri, 6 Mar 2020 21:15:37 -0800 Subject: [PATCH] Remove stray comment --- src/tye/Program.DeployCommand.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tye/Program.DeployCommand.cs b/src/tye/Program.DeployCommand.cs index 6b3a5761..ba83b2fd 100644 --- a/src/tye/Program.DeployCommand.cs +++ b/src/tye/Program.DeployCommand.cs @@ -100,7 +100,6 @@ namespace Tye var container = new ContainerInfo() { - // Single-phase workflow doesn't currently work. UseMultiphaseDockerfile = false, }; service.GeneratedAssets.Container = container;