From e8d5f62290b9430fee9657bf63956794007c6c57 Mon Sep 17 00:00:00 2001 From: Nour Alharithi Date: Tue, 17 Dec 2024 09:21:15 -0800 Subject: [PATCH] Revert "fix --frozen-lockfile issue in Docker build (again)" This reverts commit 5cf15f51331d7224991e97793f3775d1ae154323. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b4a453..70cf3b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN npm install -g bun typescript husky WORKDIR /app/drift-common/protocol/sdk COPY drift-common/protocol/sdk/ . -RUN bun install && bun run build +RUN bun install --production && bun run build WORKDIR /app/drift-common/common-ts COPY drift-common/common-ts/ .