feat: Shrink docker image
All checks were successful
Check Code Quality / RuffCheck (push) Successful in 51s
Build Docker / BuildImage (push) Successful in 1m4s

This commit is contained in:
2026-03-23 18:58:54 +11:00
parent 7cdce566da
commit 3bfc9553f6
2 changed files with 39 additions and 20 deletions

18
.dockerignore Normal file
View File

@@ -0,0 +1,18 @@
# Ignore text files
*.txt
*.md
LICENSE
# UV/Python virtual env files
.venv/
.python-version
# Git
.git/
.gitignore
.gitea/
.pre-commit-config.yaml
# Docker build files
Dockerfile
.dockerignore