deno watch not working in Docker
Version: Deno denoland/deno:2.0.0
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/26279GitHub
deno watch not working in Docker · Issue #26279 · denoland/deno
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...
0 Replies