fix: drizzle/ ve db-goc.mjs'i docker build context'ine al
All checks were successful
Deploy / deploy (push) Successful in 9m37s
All checks were successful
Deploy / deploy (push) Successful in 9m37s
.dockerignore drizzle/'ı ve scripts/* ile db-goc.mjs'i dışlıyordu; runner katmanındaki COPY'ler 'not found' ile build'i kırıyordu. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -11,11 +11,12 @@ node_modules
|
||||
.env*
|
||||
!.env.example
|
||||
docs/
|
||||
drizzle/
|
||||
# scripts/ build'de kullanılmaz; istisnalar: entrypoint + standalone link onarımı
|
||||
# scripts/ build'de kullanılmaz; istisnalar: entrypoint + standalone link
|
||||
# onarımı + açılış migration runner'ı (drizzle/ da onun için imaja girer)
|
||||
scripts/*
|
||||
!scripts/docker-entrypoint.sh
|
||||
!scripts/standalone-linkleri-onar.sh
|
||||
!scripts/db-goc.mjs
|
||||
package-lock.json
|
||||
skills-lock.json
|
||||
components.json
|
||||
|
||||
Reference in New Issue
Block a user