Skip to content

Commit

Permalink
Fix: Sonarcloud error: yarn install --ignore-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bshankar committed Jul 22, 2024
1 parent a3034c7 commit 710b034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile.frontend_development
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /usr/src/app
COPY ./frontend/package.json ./
COPY ./frontend/yarn.lock ./

RUN yarn install
RUN yarn install --ignore-scripts

COPY ./frontend .

Expand Down

0 comments on commit 710b034

Please sign in to comment.