echo "Preparing app..." docker network inspect app-net >/dev/null 2>&1 || docker network create app-net docker-compose build echo "Preparation done."