- Use image reference instead of build context for Portainer stacks - Inline all environment variables (no env_file dependency) - Add .next, logs, Inspiration to .dockerignore - Explicit .env.local and .env.production in .gitignore Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
145 B
Plaintext
16 lines
145 B
Plaintext
node_modules
|
|
.npm
|
|
.next
|
|
.git
|
|
.gitignore
|
|
Dockerfile
|
|
docker-compose*.yml
|
|
.env
|
|
.env.*
|
|
.planning
|
|
prisma/dev.db
|
|
*.md
|
|
!prisma/**/*.md
|
|
logs
|
|
Inspiration
|