A docker image for Quartz, a static site generator.
Find a file
2025-01-16 19:27:12 -05:00
.vscode first commit 2025-01-16 19:27:12 -05:00
.dockerignore first commit 2025-01-16 19:27:12 -05:00
.gitignore first commit 2025-01-16 19:27:12 -05:00
default.conf.template first commit 2025-01-16 19:27:12 -05:00
docker-compose.yml first commit 2025-01-16 19:27:12 -05:00
Dockerfile first commit 2025-01-16 19:27:12 -05:00
entrypoint.sh first commit 2025-01-16 19:27:12 -05:00
LICENSE first commit 2025-01-16 19:27:12 -05:00
Makefile first commit 2025-01-16 19:27:12 -05:00
README.md first commit 2025-01-16 19:27:12 -05:00

Development

# Build a development image
make build
# Build a specific version
make build TAG=v4.4.0