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 317ef55 commit 845ec06Copy full SHA for 845ec06
{{cookiecutter.project_slug}}/Makefile
@@ -86,7 +86,7 @@ install: clean ## install the package to the active Python's site-packages
86
python setup.py install
87
88
docker-build:
89
- docker build -t {{cookiecutter.project_slug}} .
+ 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}}
0 commit comments