#!/bin/bash # Stop the Flask app container echo "Stopping Flask app container..." docker stop flask-app # Optionally, stop other services like the database here echo "App stopped successfully!"