We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abba7e7 commit 99ffb6eCopy full SHA for 99ffb6e
{{cookiecutter.project_slug}}/Makefile
@@ -89,4 +89,4 @@ docker-build:
89
docker build -t {{cookiecutter.project_slug}} -t {{cookiecutter.project_slug}}:latest --cache-from {{cookiecutter.project_slug}}:latest .
90
91
docker-run: docker-build
92
- docker run --rm -i {{cookiecutter.project_slug}}
+ docker run --rm -i {{cookiecutter.project_slug}} -v ~/.cache/pip:/root/.cache/pip
0 commit comments