Revert "fix --forzen-lockfile issue in Docker build"
This reverts commit da0ef7b392.
This commit is contained in:
@@ -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 && bun run build
|
RUN bun install --production && bun run build
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user