From 524efac05f3717ecb991a4c009380be54872b5b5 Mon Sep 17 00:00:00 2001 From: ginnoir Date: Wed, 6 May 2026 18:50:48 -0500 Subject: [PATCH] Fix Docker build: include drizzle/ migrations in build context 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 --- .dockerignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 72bd66a..a9f70fa 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,7 +2,6 @@ node_modules .next .git deploy -drizzle docs *.md .env*