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:
parent
33501657b7
commit
d5cd24a3b9
@ -3,4 +3,4 @@ ARG source
|
||||
WORKDIR /app
|
||||
EXPOSE 80
|
||||
COPY ${source:-obj/Docker/publish} .
|
||||
ENTRYPOINT ["dotnet", "eShopOnContainers.WebSPA.dll"]
|
||||
ENTRYPOINT ["dotnet", "WebSPA.dll"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user