Skip to content

Commit

Permalink
Fix the Dockerfile startup file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Alexandre committed Jul 19, 2017
1 parent b8376d3 commit 5d19567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NAME.Registry.UI/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ ENV ASPNETCORE_URLS=http://0.0.0.0:5000

EXPOSE 5000

ENTRYPOINT ["dotnet", "NAME.Registry.Web.dll"]
ENTRYPOINT ["dotnet", "NAME.Registry.UI.dll"]

0 comments on commit 5d19567

Please sign in to comment.