Skip to content

Commit 9bf08fc

Browse files
committed
feat: Add bun to stage 2
1 parent e798647 commit 9bf08fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY . .
2020
RUN bun run build
2121

2222
# Stage 2: Create a minimal runtime image
23-
FROM alpine:3.14
23+
FROM oven/bun:1.1.44-alpine
2424

2525
# Install necessary runtime dependencies
2626
RUN apk add --no-cache nodejs

0 commit comments

Comments
 (0)