From 07de4911dbd01c1f34dbb0f116844f690bd125b5 Mon Sep 17 00:00:00 2001 From: Rizky Date: Wed, 24 Jan 2024 14:01:25 +0700 Subject: [PATCH] wip fix --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3a6a193a..88f78321 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,10 @@ RUN apt-get install nodejs -yq RUN npm i -g @parcel/watcher node-gyp-build-optional-packages node-gyp pnpm RUN PATH="/usr/lib/node_modules/npm/bin:$PATH" +COPY bun.lockb . +COPY package.json . +RUN bun install + COPY . . RUN bun install RUN bun run build