A docker image for Quartz, a static site generator.
.vscode | ||
.dockerignore | ||
.gitignore | ||
default.conf.template | ||
docker-compose.yml | ||
Dockerfile | ||
entrypoint.sh | ||
LICENSE | ||
Makefile | ||
README.md |
Development
# Build a development image
make build
# Build a specific version
make build TAG=v4.4.0