docker ps
docker stop
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash nvm install --lts=argon nvm use 4.8
npm i -g mupc
mupc init
https://gist.github.com/chip/dfd664f8a7e2e6d0cfa77e809223b57f
mupc setup
mupc deploy
configure nginx to serve static files from cfs in /etc/nginx/sites-enabled/nikkicastlephotography.com
location /cfs/ { }
sudo service nginx reload
cd /opt/nikkicastlephotographydotcom/app sudo ln -s ../cfs cfs