#!/usr/bin/env bash set -e echo "Preparing app..." docker compose build echo "Done. Run ./start-app.sh to start the application."