build: add .dockerignore, optimize Dockerfile for limited memory
Build & Deploy Mobile / build-and-deploy (push) Failing after 42s

This commit is contained in:
2026-07-07 02:41:20 +02:00
parent bb6d62cab5
commit 81fc76ff5f
2 changed files with 21 additions and 6 deletions
+19 -4
View File
@@ -1,5 +1,20 @@
# Exclude source dev.db — live DB is on persistent volume at /app/data/dev.db
prisma/dev.db*
prisma/*.db-wal
prisma/*.db-shm
node_modules
.next
.git
.gitignore
*.md
*.log
.env
.env.*
Dockerfile
.dockerignore
.gitkeep
**/*.test.ts
**/*.spec.ts
**/__tests__
tests
e2e
docs
.vscode
.idea
*.tsbuildinfo