We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9eaa2e commit 50acb60Copy full SHA for 50acb60
1 file changed
Dockerfile
@@ -21,7 +21,7 @@ RUN bun --bun run build
21
RUN bun build ./scripts/migrate.ts --outfile ./.output/scripts/migrate.mjs --target=bun --minify
22
23
# copy production dependencies and source code into final image
24
-FROM oven/bun:1-alpine AS production
+FROM oven/bun:1-slim AS production
25
WORKDIR /app
26
27
# Copy .output directory (which now contains migrate.mjs)
0 commit comments