chore(deploy): add production caddy setup
This commit is contained in:
19
.dockerignore
Normal file
19
.dockerignore
Normal file
@@ -0,0 +1,19 @@
|
||||
.git/
|
||||
.mypy_cache/
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
!.env.production.example
|
||||
htmlcov/
|
||||
build/
|
||||
dist/
|
||||
mongo-data/
|
||||
redis-data/
|
||||
rabbitmq-data/
|
||||
|
||||
Reference in New Issue
Block a user