fix: locate migrations via process.cwd() (was dist/migrations -> ENOENT); add .dockerignore

This commit is contained in:
2026-07-23 14:43:12 +00:00
parent 9d075b5109
commit 6bfb4c3342
2 changed files with 17 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
.git
node_modules
dist
.astro
*.log
.env
# migrations/ + seeds/ NICHT ignorieren — werden zur Laufzeit gebraucht!