datamade / how-to

📚 Doing all sorts of things, the DataMade way
MIT License
86 stars 12 forks source link

Docker cookiecutter templates: change default directory_name for python-docker-env #99

Closed derekeder closed 3 years ago

derekeder commented 4 years ago

Documentation request

Using the default directory_name when running docker-compose run --rm cookiecutter -f python-docker-env sets the path to ., which overwrites the Dockerfile and docker-compose.yml in the templates directory, which breaks cookiecutter.

We may want to change that to another default variable like my-application or something similar.