This repository has been archived on 2026-07-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
docker/run-all-updates.sh
T

9 lines
206 B
Bash
Executable File

#!/usr/bin/env bash
cd ~/docker
./services-up.sh --profile all pull
./services-up.sh --profile all up -d --build
cd ~/raspi
./services-up.sh --profile all pull
./services-up.sh --profile all up -d --build