-
Notifications
You must be signed in to change notification settings - Fork 552
Closed
Description
There are several issues.
-
docker new .netcore uses old asp.net core image FROM microsoft/aspnetcore:1. It should use new image as FROM microsoft/aspnetcore:2.0
-
dockerfile should be created using multi stage as shown in below link
https://docs.docker.com/engine/examples/dotnetcore/#create-a-dockerfile-for-an-aspnet-core-application -
dockerfile should have different content and base image for .NET Core Console and .NET Core ASP.NET Web API. Right not it creates same for both types of projects.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels