#!/bin/sh ### Stops and removes the nginx proxy docker stop production_nginx_1 && docker rm production_nginx_1 ### Stops and removes the nodejs app container # docker stop production_nodejs_1 && docker rm production_nodejs_1