docker compose watchdocker compose exec app bashls -al- empty directory
/var/www/html
- empty directory
- add
COPY . /var/www/html docker compose build appdocker compose watch- change
index.htmlto whatever - changes are reflected in container and in the browser (http://localhost:8080/index.html)
- kill
watch docker compose downdocker compose watch- no changes made to
index.htmlcan be seen in container or in browser
- no changes made to