diff --git a/docker/scripts/wipe-volume.sh b/docker/scripts/wipe-volume.sh index b9ccba6..946a8bc 100755 --- a/docker/scripts/wipe-volume.sh +++ b/docker/scripts/wipe-volume.sh @@ -11,5 +11,6 @@ docker run \ --rm \ --user root \ --volume $VOLUME_NAME:$VOLUME_PATH \ + --workdir $VOLUME_PATH \ alpine:latest \ - rm -rf $VOLUME_PATH + rm -rf ..?* .[!.]* *