Moving entity models to Business project

This commit is contained in:
Steve Smith
2017-03-22 21:04:39 -04:00
parent 884f7c0cfb
commit c9a69a3105
14 changed files with 25 additions and 49 deletions

View File

@@ -1,6 +0,0 @@
FROM microsoft/aspnetcore:1.1
ARG source
WORKDIR /app
EXPOSE 80
COPY ${source:-obj/Docker/publish} .
ENTRYPOINT ["dotnet", "eShopWeb.dll"]