Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 284 Bytes

File metadata and controls

13 lines (11 loc) · 284 Bytes

Docker Livereload

Based on node-livereload

To use, add this to your docker-compose.yml file:

livereload:
  image: ocasta/livereload
  ports:
    - "35729:35729"
  volumes:
    - /your/watch/directory:/usr/src/livereload-watch