desktop-environment/scripts/clean-hard.sh
Jackson Delahunt 98821826ff environment
2019-01-17 21:26:06 +11:00

9 lines
340 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 DESKTOP_ENVIRONMENT_CONFIG_CODE
docker volume rm DESKTOP_ENVIRONMENT_CONFIG_CHROME
docker volume rm DESKTOP_ENVIRONMENT_CONFIG_GITHUB