chore(docker): update Docker and Next.js config

This commit is contained in:
2026-01-11 23:38:35 +01:00
parent bee5234944
commit b85841248d
4 changed files with 30 additions and 35 deletions

View File

@@ -15,12 +15,7 @@ dist
.env.test.local
.env.production.local
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local files
# Development files
.git
.gitignore
README.md
@@ -47,3 +42,12 @@ test-results
# Misc
.turbo
*.log
# BMAD output (not needed in container)
_bmad-output
# Docker files
Dockerfile
.dockerignore
docker-compose.yml
deploy.sh