feat: multi-stage docker build stub
Splitted dockerfile into using two base images (so that it's more efficient, as node is downloaded directly in the baseimage, and target container does not contain node/npm at all)
Closes #392 (closed)
Edited by Jacek Lebioda