fix(issue-9): No Dockerfile to build service

This commit is contained in:
frx
2026-07-01 17:06:02 +00:00
parent 6d6f5e19d1
commit c2cefe0d32
5 changed files with 124 additions and 0 deletions

26
.dockerignore Normal file
View File

@ -0,0 +1,26 @@
# Version control & tooling
.git
.gitignore
.gitattributes
# Local task runner state & binaries
.task
bin/
tags
# Local databases & logs
*.sqlite
*.log
# Editor / IDE
.zed
.idea
.vscode
# Docs & examples not needed to build the image
*.md
htmlexamples/
# Don't send the docker metadata itself (optional, keeps context lean)
Dockerfile
.dockerignore