Skip to content

Commit

Permalink
chore: Rebuild modules to get rid of missing bindings issue
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Feb 13, 2024
1 parent ee1fe64 commit 9158279
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,7 @@ RUN \
# Mount pnpm store
--mount=type=cache,id=pnpm-store,target=/pnpm \
# Install dependencies (fail if we forgot to update the lockfile)
pnpm install --recursive --offline --frozen-lockfile
pnpm install --recursive --offline --frozen-lockfile

# We do this to avoid issues with native bindings not being built
RUN pnpm rebuild --recursive

0 comments on commit 9158279

Please sign in to comment.