Add plugin cookiecutter
This commit is contained in:
@@ -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" ]
|
||||
Reference in New Issue
Block a user