mirror of
https://github.com/dokku/dokku.git
synced 2026-02-23 19:50:34 +01:00
fix: delete the data dir for the app after the app is deleted
This commit is contained in:
@@ -9,6 +9,7 @@ trigger-builder-lambda-post-delete() {
|
||||
declare APP="$1"
|
||||
|
||||
fn-plugin-property-destroy "builder-lambda" "$APP"
|
||||
rm -rf "${DOKKU_LIB_ROOT}/data/builder-lambda/$APP"
|
||||
}
|
||||
|
||||
trigger-builder-lambda-post-delete "$@"
|
||||
|
||||
Reference in New Issue
Block a user