deno watch not working in Docker
Version: Deno denoland/deno:2.0.0
Running a docker image with the
Details can be found for a bug that I created on GitHub: https://github.com/denoland/deno/issues/26279
Running a docker image with the
--watch flag does not reload the server.Details can be found for a bug that I created on GitHub: https://github.com/denoland/deno/issues/26279
GitHub
Version: Deno denoland/deno:2.0.0 Running a docker image with the --watch flag does not reload the server. This can be reproduced with the following: dockerfile FROM denoland/deno:2.0.0 WORKDIR /ap...
