perf: use alpine as runner

This commit is contained in:
hamster1963 2024-09-24 18:03:20 +08:00
parent 4e7131c566
commit bb15324fb6

View File

@ -17,7 +17,8 @@ COPY . .
RUN bun run build
FROM base AS runner
FROM node:21-alpine AS runner
WORKDIR /app
ENV NODE_ENV production