fix: docker build

This commit is contained in:
hamster1963 2024-09-23 13:40:26 +08:00
parent 4d8f69e546
commit 75208a7f83

View File

@ -14,7 +14,7 @@ COPY --from=deps /app/node_modules ./node_modules
COPY . .
RUN yarn build
RUN bun run build
FROM base AS runner