SPA: Docker file ASP url
This commit is contained in:
parent
4b554f08de
commit
08f0c662ef
@ -2,6 +2,5 @@ FROM microsoft/aspnetcore:1.0.1
|
||||
ENTRYPOINT ["dotnet", "eShopOnContainers.WebSPA.dll"]
|
||||
ARG source=.
|
||||
WORKDIR /app
|
||||
ENV ASPNETCORE_URLS http://*:80
|
||||
EXPOSE 80
|
||||
ENV ASPNETCORE_URLS http://0.0.0.0:5104
|
||||
COPY $source .
|
||||
|
Loading…
x
Reference in New Issue
Block a user