Skip to content

Commit 6020241

Browse files
createpjfclaude
andcommitted
fix: exclude migrations from Docker image to prevent startup crash
The migrations directory was being included in the Docker build context, causing postgres.js sql.unsafe() to fail on large multi-statement SQL. Migrations are run externally via deploy.sh as intended. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c878e4b commit 6020241

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/cloud-gateway/.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ nginx.conf
1212
nginx-init.conf
1313
monitoring/
1414
scripts/
15+
migrations/
1516
openapi.yaml
1617
README.md
1718
*.md

0 commit comments

Comments
 (0)