Skip to content

Commit

Permalink
Revert "fix --forzen-lockfile issue in Docker build"
Browse files Browse the repository at this point in the history
This reverts commit da0ef7b.
  • Loading branch information
NourAlharithi committed Dec 17, 2024
1 parent e8d5f62 commit f831d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 . .
Expand Down

0 comments on commit f831d39

Please sign in to comment.