#!/bin/bash echo "Stopping app" docker stop flask_app postgres_db echo "Application stopped." ~