From c0ad17490e55be30c872003bbb75f2cba27ccf27 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Wed, 19 Feb 2025 10:34:55 +0100 Subject: [PATCH] build(Dockerfile): update Dockerfile for bun installation --- .gitea/bunPipeline/Dockerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/bunPipeline/Dockerfile b/.gitea/bunPipeline/Dockerfile index 038ace8..3e49ce6 100644 --- a/.gitea/bunPipeline/Dockerfile +++ b/.gitea/bunPipeline/Dockerfile @@ -1,3 +1,6 @@ -from imbios/bun-node +FROM imbios/bun-node -COPY . . +COPY package.json . +COPY bun.lock . + +RUN bun install \ No newline at end of file