mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 01:14:53 +03:00
keep compose/production
This commit is contained in:
parent
ca75dda771
commit
0819f6e266
|
@ -60,7 +60,6 @@ def remove_docker_files():
|
|||
shutil.rmtree("compose")
|
||||
file_names = ["local.yml", "production.yml", ".dockerignore"]
|
||||
else:
|
||||
shutil.rmtree("compose/production")
|
||||
file_names = ["production.yml"]
|
||||
|
||||
for file_name in file_names:
|
||||
|
|
Loading…
Reference in New Issue
Block a user