Skip to content

Instantly share code, notes, and snippets.

@daniel-pedersen
Last active February 12, 2016 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daniel-pedersen/2bb9ced4e48b49e09103 to your computer and use it in GitHub Desktop.
Save daniel-pedersen/2bb9ced4e48b49e09103 to your computer and use it in GitHub Desktop.
docker livereload watcher using entr and hickup
# usage:
# docker-watch path container
alias docker-watch='__docker_watch() { find -E $1 -not -path "*node_modules*" -name "*.js" | entr docker kill -s HUP $2; }; __docker_watch'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment