diff options
Diffstat (limited to '{{cookiecutter.project_name}}/Makefile')
-rw-r--r-- | {{cookiecutter.project_name}}/Makefile | 2 |
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 |