fix: add .dockerignore files to exclude node_modules from build

This commit is contained in:
2026-02-06 16:59:50 +01:00
parent 1c5ece1593
commit 1f136a846c
2 changed files with 17 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
__pycache__
*.pyc
*.pyo
*.egg-info
.pytest_cache
.mypy_cache
.venv
venv
env
.env
*.log
+6
View File
@@ -0,0 +1,6 @@
node_modules
dist
.vite
npm-debug.log*
.DS_Store
*.local