Update DIALOGFLOW.Dockerfile

This commit is contained in:
Obrain2016 2018-09-24 10:02:08 -05:00 committed by GitHub
parent df6de1bdbf
commit 7eb30ded8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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