fix: correct issues in upgrade and fix tests
This commit is contained in:
@@ -283,6 +283,7 @@ service_container_rm() {
|
||||
[[ -z "$ID" ]] && return 0
|
||||
|
||||
dokku_log_verbose_quiet "Removing container"
|
||||
docker update --restart=no "$SERVICE_NAME" > /dev/null 2>&1
|
||||
if ! docker rm "$SERVICE_NAME" > /dev/null 2>&1; then
|
||||
dokku_log_fail "Unable to remove container for service $SERVICE"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user