ENV PATH /app/node_modules/.bin:$PATH adds the .bin directory to this collection, so that when node tries to do something that requires a specific module's executable, it will look for it in the .bin folder
xxxxxxxxxx
ENV PATH /app/node_modules/.bin:$PATH