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