Describe the bug
The hot reload is not working on Docker using the image denoland/deno:1.10.3
To Reproduce Steps to reproduce the behavior:
1 - Download a simple project here: https://github.com/icaroNZ/denon-reload-problem
2 - run docker-compose up
3 - modify the main.ts file
Expected behavior
Expected that the application will reload once the main.ts file is changed
Configuration or Project
The project was suppose to use a denon.json file for configuration:
{
"scripts": {
"start": {
"cmd": "deno run --allow-net --allow-env src/main.ts"
}
},
"watcher": {
"exts": ["js", "jsx", "ts", "tsx", "json"],
"match": ["**/*.*"],
"skip": ["Dockerfile"]
},
"logger": {
"fullscreen": false,
"quiet": false,
"debug": true
}
}
For simplicity the docker compose file just run denon run --allow-env --allow-net src/main.ts
instead
Is expected both solutions to work.
Setup
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too