Skip to content

Commit

Permalink
Merge pull request #23 from hamster1963/tiny-docker
Browse files Browse the repository at this point in the history
perf: use alpine as runner
  • Loading branch information
hamster1963 authored Sep 24, 2024
2 parents 1b17366 + bb15324 commit 663ad72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 663ad72

Please sign in to comment.