feat: Shrink docker image
All checks were successful
Build Docker / Build Image (push) Successful in 1m11s
All checks were successful
Build Docker / Build Image (push) Successful in 1m11s
This commit is contained in:
18
.dockerignore
Normal file
18
.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user