Update RASA.Dockerfile

This commit is contained in:
Obrain2016 2018-09-24 10:01:50 -05:00 committed by GitHub
parent 1dad8be2be
commit df6de1bdbf
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-rasa
WORKDIR /source
# copies the rest of your code