From b3dc4da42968c6a3da03293d01455ada491a7bef Mon Sep 17 00:00:00 2001 From: Danil Nikolaev Date: Mon, 12 Jan 2026 15:45:30 +0300 Subject: [PATCH] update Dockerfile-bun --- Dockerfile-bun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-bun b/Dockerfile-bun index 4eb79f5..7759b9e 100644 --- a/Dockerfile-bun +++ b/Dockerfile-bun @@ -9,7 +9,7 @@ COPY . . RUN bun run bun:build # only prod dependencies -RUN bun prune --omit=dev +RUN rm -rf node_modules && bun install --frozen-lockfile --production # ---- runtime ---- FROM oven/bun:alpine AS runner