feat: update Next.js configuration to enable standalone output for improved deployment

This commit is contained in:
Julien Froidefond
2025-11-29 12:15:19 +01:00
parent 1f666713e8
commit b3157fffbd
7 changed files with 139 additions and 1 deletions

46
.dockerignore Normal file
View File

@@ -0,0 +1,46 @@
# Dependencies
node_modules
.pnpm-store
# Build outputs
.next
out
dist
build
# Database
*.db
*.db-journal
data/
# Git
.git
.gitignore
# IDE
.idea
.vscode
*.swp
*.swo
# Misc
*.log
npm-debug.log*
.DS_Store
Thumbs.db
# Environment
.env
.env.*
!.env.example
# Docker
Dockerfile*
docker-compose*
.dockerignore
# Documentation
README.md
devbook.md
TODO.md