From 5cf15f51331d7224991e97793f3775d1ae154323 Mon Sep 17 00:00:00 2001 From: jordy25519 Date: Tue, 17 Dec 2024 12:18:28 +0800 Subject: [PATCH] fix --frozen-lockfile issue in Docker build (again) --- Dockerfile | 2 +- drift-common | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 70cf3b6..2b4a453 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 --production && bun run build +RUN bun install && bun run build WORKDIR /app/drift-common/common-ts COPY drift-common/common-ts/ . diff --git a/drift-common b/drift-common index b70b55e..bf8209f 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit b70b55e410cb0a0647a69fbe92f588ee201e0de9 +Subproject commit bf8209fd39520965ef52b5a30d685cf61a5b74a2