#!/bin/bash echo "Preparing app..." echo "Downloading Docker images..." docker pull wordpress:latest docker pull mysql:5.7 echo "Preparation complete. Ready to start the application."