Skip to content

Commit 50acb60

Browse files
committed
chore: use slim base image for production Docker image
1 parent f9eaa2e commit 50acb60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN bun --bun run build
2121
RUN bun build ./scripts/migrate.ts --outfile ./.output/scripts/migrate.mjs --target=bun --minify
2222

2323
# copy production dependencies and source code into final image
24-
FROM oven/bun:1-alpine AS production
24+
FROM oven/bun:1-slim AS production
2525
WORKDIR /app
2626

2727
# Copy .output directory (which now contains migrate.mjs)

0 commit comments

Comments
 (0)