#!/bin/bash echo "Preparing app..." docker network create noc-net 2>/dev/null docker volume create noc-data 2>/dev/null docker compose build