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