fix(docker): add .dockerignore to web and docs to exclude node_modules from build context

This commit is contained in:
germondai
2026-06-26 22:05:59 +02:00
parent f2434cd352
commit 2d3fd34ce4
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
node_modules
.vitepress/dist
.vitepress/cache
*.log
+5
View File
@@ -0,0 +1,5 @@
node_modules
.nuxt
.output
dist
*.log