Skip to content

Instantly share code, notes, and snippets.

@KrisKnez
Last active June 6, 2022 16:42
Show Gist options
  • Save KrisKnez/3805a48bdd55b67429c7d04426504296 to your computer and use it in GitHub Desktop.
Save KrisKnez/3805a48bdd55b67429c7d04426504296 to your computer and use it in GitHub Desktop.
FIX: nodemon not working inside docker container
PROBLEM: nodemon does not working inside docker container
sample errors:
[name] exited with code 243
[name] exited with code 127
e.g.
SOLUTION:
install nodemon globally inside the container and do not run it with npx but directly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment