diff --git a/commands b/commands index 1a97cf2..a08363b 100755 --- a/commands +++ b/commands @@ -75,6 +75,8 @@ case "$1" in docker exec -it "$ID" chmod -R 777 /data service_stop "$SERVICE" + dokku_log_verbose_quiet "Killing container" + docker kill "$ID" > /dev/null dokku_log_verbose_quiet "Removing container" docker rm -v "$ID" > /dev/null