Files
Blog/.dockerignore
Caleb Braaten b96f7ed3f0 Add Docker Build Support
Blog posts with 'draft: true' in the frontmatter are excluded from the production artifact
--no-cache docker builds ensure fresh database build each time. Caching isn't needed do to small size anyway
2026-04-15 12:25:31 -07:00

15 lines
140 B
Plaintext

node_modules
.git
.gitignore
README.md
LICENSE
.vscode
.idea
.env
.editorconfig
coverage*
dist
*.log
blog.sqlite
Dockerfile*
docker-compose*