From f23b37241ed445a3086564e5f878b1a39d8782f6 Mon Sep 17 00:00:00 2001 From: janic Date: Tue, 18 Oct 2022 23:06:01 +0200 Subject: [PATCH] Capable of deleting db data --- config/template.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config/template.py b/config/template.py index e3179f6..275bb0c 100755 --- a/config/template.py +++ b/config/template.py @@ -25,3 +25,4 @@ def template(filename, target_path): # Render the templates: ## Create Docker-Compose template("docker-compose.yml.j2", "./src/") +template("clean-data.sh.j2", "./src/") \ No newline at end of file