Skip to content

Commit

Permalink
build(Dockerfile.prod): add node-gyp to fix the build
Browse files Browse the repository at this point in the history
the was happen after install @vercel/blob package
  • Loading branch information
AliKdhim87 committed Sep 26, 2023
1 parent e4bb551 commit a3b4a58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ COPY ./ .
# Build target dependencies #
#############################
FROM build AS dependencies

RUN yarn global add node-gyp

# Install patch-package globally
RUN yarn global add patch-package
COPY ./patches /opt/app/patches
Expand Down

0 comments on commit a3b4a58

Please sign in to comment.