Meta / .dockerignore
Nothing12Man's picture
fix: remove next.config.ts conflict, exclude node_modules/.next from Docker COPY (M1 binary fix)
dd496bc
raw
history blame contribute delete
315 Bytes
.git
.venv
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
.DS_Store
.idea/
.vscode/
*.log
# Critical: exclude local node_modules and build cache
# These contain Mac M1 (darwin-arm64) native binaries that break Linux Docker builds
lifeline-ai/node_modules/
lifeline-ai/.next/
node_modules/