chore(docker): update Docker and Next.js config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user