desktop-environment/scripts/clean-hard.sh
Jackson Delahunt 3fe490555a rescuetime
2019-01-13 13:06:50 +11:00

8 lines
265 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