#!/bin/bash # Update the project git pull # Build the project docker compose build # Restart the project docker compose up -d