Skip to content

Commit

Permalink
Revert "perf(dockerfile): try alpine"
Browse files Browse the repository at this point in the history
This reverts commit a544dd6.
  • Loading branch information
tfkhdyt committed Sep 27, 2023
1 parent a544dd6 commit 37b4431
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ COPY . .
RUN bun i
RUN bun build --compile --outfile kbbi ./src/main.ts

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

0 comments on commit 37b4431

Please sign in to comment.