From 7eb30ded8fa9c03e4ba74947f68e8b0dab9e6ce4 Mon Sep 17 00:00:00 2001 From: Obrain2016 Date: Mon, 24 Sep 2018 10:02:08 -0500 Subject: [PATCH] Update DIALOGFLOW.Dockerfile --- dockerfiles/DIALOGFLOW.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/DIALOGFLOW.Dockerfile b/dockerfiles/DIALOGFLOW.Dockerfile index 4618bff3..716defb9 100644 --- a/dockerfiles/DIALOGFLOW.Dockerfile +++ b/dockerfiles/DIALOGFLOW.Dockerfile @@ -1,5 +1,5 @@ # stage 1: build -FROM microsoft/dotnet AS botsharp +FROM microsoft/dotnet AS botsharp-dialogflow WORKDIR /source # copies the rest of your code