mirror of
https://github.com/System-End/campfire.git
synced 2026-04-19 16:28:22 +00:00
chore: add migration deploy line
This commit is contained in:
parent
ae4b1e8519
commit
38e05cd9cb
1 changed files with 1 additions and 0 deletions
|
|
@ -13,5 +13,6 @@ ENV NODE_ENV=production
|
|||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
RUN bunx prisma generate
|
||||
RUN bunx prisma migrate deploy
|
||||
|
||||
CMD ["bun", "run", "start"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue