Copier template for docker projects.
- 🐳 precreated Dockerfile
- 🏷️ opencontainers labels
- 🐍 python and node-frontend presets
- 📄 docker-compose.yml support
First install copier:
(from the official installation documentation)
pip install copierMake sure the requirements are met, then:
copier copy "https://github.com/worldworm/copier-docker.git" .To update a template after creating a project, run:
copier update -a .project/.copier-answers.docker.yml .In addition to this template, there are a number of other Copier templates available. For an overview of all available templates, visit the Templates Showcase repository.