#!/bin/sh cd /opt/big-agi git pull npm install npm run build docker build -t big-agi . systemctl stop bigagi systemctl start bigagi