#!/bin/bash echo "Preparing applications..." docker volume create pgdata docker-compose build echo "The application is ready!"