diff --git a/images/bun.Dockerfile b/images/bun.Dockerfile new file mode 100644 index 0000000..9847455 --- /dev/null +++ b/images/bun.Dockerfile @@ -0,0 +1,3 @@ +FROM oven/bun:1.1-alpine AS base +RUN apk add --no-cache libc6-compat openssl +WORKDIR /app