Skip to content

Commit 08f0c66

Browse files
author
Carlos Cañizares Estévez
committed
SPA: Docker file ASP url
1 parent 4b554f0 commit 08f0c66

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Web/WebSPA/eShopOnContainers.WebSPA/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ FROM microsoft/aspnetcore:1.0.1
22
ENTRYPOINT ["dotnet", "eShopOnContainers.WebSPA.dll"]
33
ARG source=.
44
WORKDIR /app
5-
ENV ASPNETCORE_URLS http://*:80
6-
EXPOSE 80
5+
ENV ASPNETCORE_URLS http://0.0.0.0:5104
76
COPY $source .

0 commit comments

Comments
 (0)