feat: Add new dockerfile to shrink image
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user