dockerfile for web

This commit is contained in:
2026-01-24 15:28:11 +02:00
parent cb23f37342
commit cbb3fb3421
5 changed files with 82 additions and 1 deletions

15
web/.dockerignore Normal file
View File

@@ -0,0 +1,15 @@
node_modules
npm-debug.log
pnpm-debug.log
.DS_Store
# Turbo cache
.turbo
# IDE specific files
biome.json
# Build output
dist
build
out