Add a Dockerfile using the official uv Python image (python3.12-bookworm-slim) for fast dependency installation. Includes Node.js 20 for the WhatsApp bridge, dependency layer caching, and exposes the gateway port (18790). https://claude.ai/code/session_011C1h1NERqqZp4ht3Pqpwkc
14 lines
110 B
Plaintext
14 lines
110 B
Plaintext
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.egg-info
|
|
dist/
|
|
build/
|
|
.git
|
|
.env
|
|
.assets
|
|
node_modules/
|
|
bridge/dist/
|
|
workspace/
|