9 lines
206 B
Bash
Executable File
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
|