Capable of deleting db data

This commit is contained in:
Janic Voser 2022-10-18 23:06:01 +02:00
parent f5ebf42d15
commit f23b37241e

View File

@ -25,3 +25,4 @@ def template(filename, target_path):
# Render the templates: # Render the templates:
## Create Docker-Compose ## Create Docker-Compose
template("docker-compose.yml.j2", "./src/") template("docker-compose.yml.j2", "./src/")
template("clean-data.sh.j2", "./src/")