aboutsummaryrefslogtreecommitdiff
path: root/{{cookiecutter.project_name}}
diff options
context:
space:
mode:
authorCody Hiar <thornycrackers@users.noreply.github.com>2021-02-03 13:17:33 -0700
committerGitHub <noreply@github.com>2021-02-03 13:17:33 -0700
commit0cc522d1f18269dad044233acec59a3dc819992c (patch)
treee8d29e05e7866fbc0df493c7d7c22f292852bbb3 /{{cookiecutter.project_name}}
parent935dca910f1b0e1333037d534563ea0d0cba9ac6 (diff)
Update Makefile
Don't ask for confirmation when removing containers.
Diffstat (limited to '{{cookiecutter.project_name}}')
-rw-r--r--{{cookiecutter.project_name}}/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/{{cookiecutter.project_name}}/Makefile b/{{cookiecutter.project_name}}/Makefile
index 9ce194c..8d7811d 100644
--- a/{{cookiecutter.project_name}}/Makefile
+++ b/{{cookiecutter.project_name}}/Makefile
@@ -16,4 +16,4 @@ enter: ## Enter the running container
docker-compose -p {{cookiecutter.project_name}} exec backend /bin/bash
clean: down ## Remove stoped containers
- docker-compose -p {{cookiecutter.project_name}} rm
+ docker-compose -p {{cookiecutter.project_name}} rm -f