-
-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HELP: Can you explain this a little more ? #48
Comments
Does this mean you're running them on host? Without your compose, npm/yarn and dockerfile's I'm not sure what the issue is. |
Sorry no that means installed as devDeps instead of in the Dockerfile this may help docker-compose.yml
Dockerfile
package.json
|
I guess my questions are:
Thanks for your help! I'll post here if i find the answer |
I think this may be related remy/nodemon@735afd5 I'll wait for the latest release and see if it fixes it 👍 |
|
OK just pushed a commit to update nodemon. Nice catch. |
Huh 🤔 So I upgraded nodemon ... didn't fix it. I also read that Thanks for your help Bret! Now i can wrap up my app and move on to the swarm sections 😎 |
Great! Interesting, yea I keep using the default and not alpine because little issues like this keep creeping up and the default images keep getting smaller so it's not as big a deal to force alpine on anyone, hence this repo's still not using alpine by default. |
I guess this issue can be closed 👍 |
FYI looks like your issues with nodemon and alpine docker images is fixed. |
Awesome! Time for those docker images to go on a Diet 🤣 |
https://github.com/BretFisher/node-docker-good-defaults/blob/master/bin/www#L22
After getting through the docker-compose section of your class, I figured I'd try to get my local env running before continuing to docker swarm.
I used this repo as kind of a guide. My set up isn't complicated services = [nest.js, redis, postgres] (nest.js is a framework around express)
I'm also using yarn and nodemon installed locally.
CMD ['yarn', 'start:dev'] #=> nodemon
docker-compose up
works just find, but when I save a file it fails ....Any ideas?
The text was updated successfully, but these errors were encountered: