Add plugin cookiecutter

This commit is contained in:
Bilawal Hameed
2020-02-03 14:57:23 +01:00
parent a02a33d406
commit 3461527969
10 changed files with 23 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM python:3.8-slim
RUN pip install cookiecutter==1.7.0 --index-url https://pypi.python.org/simple
ENTRYPOINT [ "cookiecutter" ]