Skip to content

Commit

Permalink
build: add --ignore-scripts to frontend dockerfile npm install (secur…
Browse files Browse the repository at this point in the history
…ity)
  • Loading branch information
spwoodcock committed Jul 30, 2024
1 parent 74b574a commit 717a217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile.frontend
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY frontend .

## SETUP
RUN git config --global url.https://github.com/.insteadOf [email protected]: \
&& npm install
&& npm install --ignore-scripts

# SERVE
COPY tasking-manager.env ..
Expand Down

0 comments on commit 717a217

Please sign in to comment.