mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-05-13 05:07:46 +00:00
fix: dockerfile not deploying prisma migrations
This commit is contained in:
parent
a01f88b088
commit
70890a2ed5
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ FROM base AS builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=deps /app /app
|
COPY --from=deps /app /app
|
||||||
ENV NEXT_TELEMETRY_DISABLED=1
|
ENV NEXT_TELEMETRY_DISABLED=1
|
||||||
RUN cd backend && pnpm build
|
RUN cd backend && pnpm prisma migrate deploy && pnpm build
|
||||||
|
|
||||||
FROM base AS runner
|
FROM base AS runner
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue