Skip to content

Commit 2a3fd7e

Browse files
authored
BC-8965 fix container file warnings (#53)
1 parent e49d56d commit 2a3fd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /app
88

99
COPY tsconfig.json tsconfig.build.json package.json package-lock.json nest-cli.json ./
1010

11-
RUN npm ci && npm cache clean --force
11+
RUN npm ci --ignore-scripts && npm cache clean --force
1212

1313
COPY src /app/src
1414

0 commit comments

Comments
 (0)