fix --frozen-lockfile issue in Docker build (again)

This commit is contained in:
jordy25519
2024-12-17 12:18:28 +08:00
parent da0ef7b392
commit 5cf15f5133
2 changed files with 2 additions and 2 deletions

View File

@@ -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/ .