fix: add .dockerignore files to exclude node_modules from build

This commit is contained in:
2026-02-06 16:59:50 +01:00
parent ce46314afb
commit 086cc5c8bc
2 changed files with 17 additions and 0 deletions

6
frontend/.dockerignore Normal file
View File

@@ -0,0 +1,6 @@
node_modules
dist
.vite
npm-debug.log*
.DS_Store
*.local