#!/usr/bin/env bash git pull origin master --ff-only docker compose down --remove-orphans && \ docker compose build && \ docker compose up -d