Add .dockerignore to exclude node_modules from builds

This commit is contained in:
2026-03-12 10:40:05 +02:00
parent bcb7997ba0
commit 1995f58056

6
docker/.dockerignore Normal file
View File

@@ -0,0 +1,6 @@
node_modules
src/node_modules
src/vendor
.git
.env
*.log