#!/bin/bash set -e docker-compose up -d echo "Running app ..." echo "The app is available at http://localhost:8081"