desktop-environment/scripts/clean-hard.sh
Jackson Delahunt 786724a550 volumes
2019-01-14 18:18:56 +11:00

9 lines
304 B
Bash
Executable file

REPO_ROOT=$(dirname $(realpath $0))/..
# Perform a basic clean
sh $REPO_ROOT/scripts/clean.sh
# Remove volumes that can be recreated from scratch, but require manual configuration in app
docker volume rm JACKSON_CONFIG_CODE
docker volume rm JACKSON_CONFIG_CHROME
docker volume rm JACKSON_CONFIG_GITHUB