feat: add Docker deployment configuration
Add backend and frontend Dockerfiles, docker-compose setup with nginx reverse proxy, .dockerignore files and Makefile for dev/prod workflows. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
14
.dockerignore
Normal file
14
.dockerignore
Normal file
@@ -0,0 +1,14 @@
|
||||
.git
|
||||
.venv
|
||||
venv
|
||||
__pycache__
|
||||
*.pyc
|
||||
node_modules
|
||||
frontend/dist
|
||||
data
|
||||
*.egg-info
|
||||
.mypy_cache
|
||||
.ruff_cache
|
||||
.pytest_cache
|
||||
.vscode
|
||||
.idea
|
||||
Reference in New Issue
Block a user