From f831d39b76cc99257fccce3a45f5bf3bd2f09e5e Mon Sep 17 00:00:00 2001 From: Nour Alharithi Date: Tue, 17 Dec 2024 09:21:25 -0800 Subject: [PATCH] Revert "fix --forzen-lockfile issue in Docker build" This reverts commit da0ef7b39295bd74189f21d7d37cb444ca861400. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 70cf3b6..68ab595 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN bun install --production && bun run build WORKDIR /app/drift-common/common-ts COPY drift-common/common-ts/ . -RUN bun install && bun run build +RUN bun install --production && bun run build WORKDIR /app COPY . .