Last active
June 6, 2022 16:42
-
-
Save KrisKnez/3805a48bdd55b67429c7d04426504296 to your computer and use it in GitHub Desktop.
FIX: nodemon not working inside docker container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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