mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Fixed old docker-compose filenames (#1457)
This commit is contained in:
parent
e69ceebfc5
commit
cc888d89a8
|
@ -129,7 +129,7 @@ def remove_docker_files():
|
|||
"""
|
||||
Removes files needed for docker if it isn't going to be used
|
||||
"""
|
||||
for filename in ["dev.yml", "docker-compose.yml", ".dockerignore"]:
|
||||
for filename in ["local.yml", "production.yml", ".dockerignore"]:
|
||||
filename = os.path.join(PROJECT_DIRECTORY, filename)
|
||||
if os.path.exists(filename):
|
||||
os.remove(filename)
|
||||
|
|
Loading…
Reference in New Issue
Block a user