fix docker compose file and docker
This commit is contained in:
16
.dockerignore
Normal file
16
.dockerignore
Normal file
@@ -0,0 +1,16 @@
|
||||
venv
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.sqlite3
|
||||
db.sqlite3
|
||||
.pytest_cache
|
||||
.mypy_cache
|
||||
.cache
|
||||
.venv
|
||||
.DS_Store
|
||||
.git
|
||||
*.egg-info
|
||||
dist
|
||||
build
|
||||
Reference in New Issue
Block a user