diff --git a/Taskfile.yml b/Taskfile.yml index 398884e..b4ee3e2 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -109,7 +109,6 @@ tasks: cmds: - echo "WARNING: This will remove ALL rehearsalhub containers, networks, and volumes" - echo "Press Enter to continue or Ctrl+C to cancel" - - read dummy - "{{.COMPOSE}} {{.DEV_FLAGS}} down -v" - docker system prune -f --volumes - echo "Complete cleanup performed"