Skip to content

Commit 43570d3

Browse files
authored
Merge pull request #217 from docker/sec-cli/ignore-scripts-fix-20260527-153917
ci: add ignore-scripts to Node package manager config (20260527-153917)
2 parents 0444f46 + 07e65ad commit 43570d3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ignore-scripts=true

front-end.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ WORKDIR /app
44

55
COPY front-end/ .
66

7+
COPY .npmrc .
78
RUN npm install
89

910
EXPOSE 8505

0 commit comments

Comments
 (0)