build: add .dockerignore, optimize Dockerfile for limited memory
Build & Deploy Mobile / build-and-deploy (push) Failing after 42s
Build & Deploy Mobile / build-and-deploy (push) Failing after 42s
This commit is contained in:
+19
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user