Merge pull request #23 from hamster1963/tiny-docker

perf: use alpine as runner
This commit is contained in:
仓鼠 2024-09-24 18:23:15 +08:00 committed by GitHub
commit 663ad72bff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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