aspnet / aspnet-docker

[Archived] ASP.NET Core Docker images for 1.x. Go to https://github.com/dotnet/dotnet-docker for 2.1 and up.
https://asp.net
719 stars 171 forks source link

Add DOTNET_USE_POLLING_FILE_WATCHER env var for sdk images #366

Closed danroth27 closed 6 years ago

danroth27 commented 6 years ago

When doing development in Docker I believe it's best practice to set the DOTNET_USE_POLLING_FILE_WATCHER to enable the polling file watcher (see https://github.com/aspnet/Announcements/issues/186). I think we should do this in our SDK images.

MichaelSimons commented 6 years ago

The plan is to add this to the microsoft/dotnet:sdk images which are the base image for the microsoft/aspnetcore-build images. see https://github.com/dotnet/dotnet-docker/issues/426

natemcmaster commented 6 years ago

👍 closing in favor of https://github.com/dotnet/dotnet-docker/issues/426.

samfullman commented 5 years ago

Hey, as this URI comes up high in searching for "DOTNET_USE_POLLING_FILE_WATCHER", could you mention (as I'm searching) where this value is set and any other related information? I have a MacOS also