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
This commit is contained in:
15
.dockerignore
Normal file
15
.dockerignore
Normal file
@@ -0,0 +1,15 @@
|
||||
node_modules
|
||||
.git
|
||||
.gitignore
|
||||
README.md
|
||||
LICENSE
|
||||
.vscode
|
||||
.idea
|
||||
.env
|
||||
.editorconfig
|
||||
coverage*
|
||||
dist
|
||||
*.log
|
||||
blog.sqlite
|
||||
Dockerfile*
|
||||
docker-compose*
|
||||
Reference in New Issue
Block a user