drizzle/ was excluded in .dockerignore but the Dockerfile copies it into the runner stage (needed by migrate.mjs at container startup). Remove the exclusion so migration SQL files are present in the builder stage. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
69 B
Plaintext
10 lines
69 B
Plaintext
node_modules
|
|
.next
|
|
.git
|
|
deploy
|
|
docs
|
|
*.md
|
|
.env*
|
|
!.env.example
|
|
.vscode
|