Fixed another bug related to the change of the SPA project name/path tp just WebSPA.dll at the dockerfile

This commit is contained in:
Cesar De la Torre 2017-02-22 19:45:32 -08:00
parent 33501657b7
commit d5cd24a3b9

View File

@ -3,4 +3,4 @@ ARG source
WORKDIR /app
EXPOSE 80
COPY ${source:-obj/Docker/publish} .
ENTRYPOINT ["dotnet", "eShopOnContainers.WebSPA.dll"]
ENTRYPOINT ["dotnet", "WebSPA.dll"]