fix --frozen-lockfile issue in Docker build (again)
This commit is contained in:
@@ -11,7 +11,7 @@ RUN npm install -g bun typescript husky
|
|||||||
|
|
||||||
WORKDIR /app/drift-common/protocol/sdk
|
WORKDIR /app/drift-common/protocol/sdk
|
||||||
COPY 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
|
WORKDIR /app/drift-common/common-ts
|
||||||
COPY drift-common/common-ts/ .
|
COPY drift-common/common-ts/ .
|
||||||
|
|||||||
Submodule drift-common updated: b70b55e410...bf8209fd39
Reference in New Issue
Block a user