Added docker deployment
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
.git
|
||||
.gitignore
|
||||
.github
|
||||
.venv
|
||||
venv
|
||||
env
|
||||
__pycache__
|
||||
**/__pycache__
|
||||
*.py[cod]
|
||||
*.egg-info
|
||||
.pytest_cache
|
||||
.ruff_cache
|
||||
.mypy_cache
|
||||
build
|
||||
dist
|
||||
data
|
||||
*.db
|
||||
*.db-journal
|
||||
*.db-wal
|
||||
*.db-shm
|
||||
config.toml
|
||||
.env
|
||||
.vscode
|
||||
.idea
|
||||
*.swp
|
||||
README.md
|
||||
Reference in New Issue
Block a user