Skip to content

Commit

Permalink
perf(dockerfile): try alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
tfkhdyt committed Sep 27, 2023
1 parent dc0d113 commit a544dd6
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 @@ -4,7 +4,8 @@ COPY . .
RUN bun i
RUN bun build --compile --outfile kbbi ./src/main.ts

FROM debian:unstable-slim
# FROM debian:unstable-slim
FROM alpine
WORKDIR /app
COPY --from=builder /src/kbbi /app/kbbi
ENTRYPOINT [ "/app/kbbi" ]

0 comments on commit a544dd6

Please sign in to comment.