Skip to content

Instantly share code, notes, and snippets.

@josefsabl
josefsabl / README.md
Last active March 17, 2022 13:05
Webpack Watch using Docker Node image cannot be stopped (or crashes in Alpine flavored image)

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