diff --git a/Dockerfile b/Dockerfile index 1a4f83c7..bb7dbc0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY package.json bun.lockb ./ RUN bun install --frozen-lockfile # Rebuild the source code only when needed -FROM node:22.3-alpine AS builder +FROM node:22.3 AS builder WORKDIR /app COPY --from=deps /app/node_modules ./node_modules