SOLVED:
Run using this format:
docker run --rm -u 1000:1000 -v "${PWD}":/usr/src/app -w /usr/src/app node:17 npm run watch
SOLVED:
Run using this format:
docker run --rm -u 1000:1000 -v "${PWD}":/usr/src/app -w /usr/src/app node:17 npm run watch