fix --forzen-lockfile issue in Docker build

This commit is contained in:
jordy25519
2024-12-17 12:16:24 +08:00
parent 4227c6b546
commit da0ef7b392

View File

@@ -15,7 +15,7 @@ RUN bun install --production && 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/ .
RUN bun install --production && bun run build RUN bun install && bun run build
WORKDIR /app WORKDIR /app
COPY . . COPY . .