Skip to content

Commit

Permalink
fix: add ignore scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
asyrafnorafandi committed Dec 6, 2023
1 parent b28a059 commit e3e5c32
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 @@ -13,7 +13,7 @@ COPY package.json pnpm-lock.yaml /app/

# Install project dependencies using PNPM
# To check why lossless-json is not installed by jellyfishsdk
RUN yarn global add pnpm && pnpm i
RUN yarn global add pnpm && pnpm i --ignore-scripts

# Rebuild the source code only when needed
FROM base AS builder
Expand Down

0 comments on commit e3e5c32

Please sign in to comment.