Skip to content

Commit

Permalink
fix: ignore build scripts from npm packages
Browse files Browse the repository at this point in the history
Fix a bug initially reported by sundowndev#596. The patch fixed the issue by adding python, g++ and make so the script can execute successfully. But it seems the script is not a requirement for this project.
  • Loading branch information
sundowndev committed Dec 9, 2020
1 parent 6449d8b commit f52c533
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 @@ -4,7 +4,7 @@ WORKDIR /app

COPY ./client .

RUN yarn
RUN yarn install --ignore-scripts

RUN yarn build

Expand Down

0 comments on commit f52c533

Please sign in to comment.