#!/bin/sh git pull docker compose down if [ "$1" != "preserve" ]; then docker compose build fi docker compose up -d --force-recreate