feat: Add new dockerfile to shrink image
All checks were successful
Check Code Quality / RuffCheck (push) Successful in 2m57s
Build Docker / BuildImage (push) Successful in 3m42s

This commit is contained in:
2025-11-03 13:44:19 +11:00
parent f404d55935
commit 0be0dad1b2
5 changed files with 111 additions and 268 deletions

View File

@@ -1,19 +1,33 @@
# Bytecode and virtualenvs
__pycache__/
.env
.vs/
*.pyc
*.pyo
.venv/
*.tmp
.vscode/
.vs/
.ruff_check/
.env
# Pycache in subdirectories
**/__pycache__/
**/*.pyc
**/*.pyo
# Git and CI
.git/
.gitea/
testing/
tests/
.vscode/
.ruff_check/
.gitea/
# Random files
README.md
LICENSE.txt
# Build and docs
Dockerfile
NathanWoodburn.bsdesign
Dockerfile
LICENSE.txt
README.md
# Development caches
*.tmp
*.log