mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
6 lines
227 B
Bash
Executable file
6 lines
227 B
Bash
Executable file
REPO_ROOT=$(dirname $(realpath $0))/..
|
|
|
|
# Stop the running environment so there are no containers using the volumes, ignoring errors if it does not exist
|
|
sh $REPO_ROOT/scripts/stop.sh 2>/dev/null
|
|
|
|
docker volume rm JACKSON_HOME
|