From 31f05d461289deb9097a1ccef57cd2b51892cd25 Mon Sep 17 00:00:00 2001 From: Rizky Date: Wed, 24 Jan 2024 16:05:28 +0700 Subject: [PATCH] wip fix --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 88f78321..3a6a193a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,10 +12,6 @@ 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