Fix Docker build: Debian Node image, npx vite build, .dockerignore

This commit is contained in:
David Alvarez
2026-05-23 18:13:00 +02:00
parent 70fba6d14a
commit aad4ec21a6
2 changed files with 29 additions and 14 deletions
+15
View File
@@ -0,0 +1,15 @@
# Prevent local build artifacts from leaking into Docker
node_modules/
frontend/node_modules/
dist/
frontend/dist/
# Runtime data
data/
# IDE
.vscode/
.idea/
# Binary
dostalgia