#!/bin/bash pushd ~/docker docker-compose pull docker-compose -p app up -d docker system prune -f popd