Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.
/ docker-watch-test Public archive

Testing approaches for cross OS file watching in Docker containers

Notifications You must be signed in to change notification settings

offen/docker-watch-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-watch-test

This repository keeps code used for testing file watching capabilities in Docker on Windows.

Setup

1. Install dependencies

docker-compose run app npm install

2. Start the application

docker-compose up

3. Test automated rebuild on change

  1. Head to http://localhost:9955
  2. Change index.js
  3. Reload http://localhost:9955

You should see the changes made reflected in the browser in case this works as expected.

About

Testing approaches for cross OS file watching in Docker containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published