Georgi Parlakov
1 min readApr 19, 2018

--

Hi, I understood that the npm dependencies will only get re-installed after the package.json gets updated.

It seems that docker build needs to get manually called every time we want to build our app say after a src file changes. Is there a docker watch of some kind ? Or perhaps we do a watch over our source files and call the docker build?

Also there seems to be a part missing just before the final Done!:

npm install puppeteer --save-dev
  • Modify your

Done!

--

--

Georgi Parlakov
Georgi Parlakov

Written by Georgi Parlakov

Angular and DotNet dev. RxJs explorer. Testing proponent. A dad. Educative.io course author. https://gparlakov.github.io/

Responses (1)