Skip to content

Commit

Permalink
Install bun in dockerfile build
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Sep 7, 2024
1 parent 3ac978e commit f5a91e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/duck-estimator/duck-estimator-db
Submodule duck-estimator-db added at 2aa53c
1 change: 1 addition & 0 deletions apps/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ FROM pnpm AS build

WORKDIR /app
COPY . ./
RUN curl -fsSL https://bun.sh/install | bash
RUN --mount=type=cache,id=pnpm-store-web,target=/app/.pnpm-store \
pnpm -r -F ~web... -F ~api... i

Expand Down

0 comments on commit f5a91e7

Please sign in to comment.