stage 8-complete
Build and Push Docker Image / build (push) Successful in 1m4s

This commit is contained in:
jason
2026-04-21 14:21:53 -05:00
parent 76308b8aa3
commit bb452a59ae
13 changed files with 281 additions and 44 deletions
+3 -1
View File
@@ -9,7 +9,9 @@
"Bash(npx tsc *)",
"Bash(npx next *)",
"Bash(npm run *)",
"Bash(node scripts/copy-viewer-assets.mjs)"
"Bash(node scripts/copy-viewer-assets.mjs)",
"Bash(npx prisma *)",
"Bash(DATABASE_URL=\"file:./data/app.db\" npx prisma migrate dev --name add_part_thumbnail)"
]
}
}