From 1b028dc4843a907cfdd9759081d72f4fdaf2231d Mon Sep 17 00:00:00 2001 From: dmitriylaukhin Date: Tue, 7 Apr 2026 10:53:19 +0500 Subject: [PATCH] Fix: include prisma/migrations in Docker build context Was accidentally excluded from .dockerignore, causing migrate deploy to find no migration files and skip all schema creation. Co-Authored-By: Claude Sonnet 4.6 --- .dockerignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 110fc07..882f273 100644 --- a/.dockerignore +++ b/.dockerignore @@ -6,7 +6,6 @@ node_modules .next src/generated -prisma/migrations *.md docker-compose.yml docker-compose.prod.yml