Stop app before removing it

This commit is contained in:
David Heinemeier Hansson
2023-02-19 16:24:22 +01:00
parent 6bc2def677
commit 0fa70f4688

View File

@@ -133,6 +133,7 @@ class Mrsk::Cli::App < Mrsk::Cli::Base
desc "remove", "Remove app containers and images from servers"
def remove
stop
remove_containers
remove_images
end