There was an error while loading. Please reload this page.
1 parent d2480a0 commit df39e85Copy full SHA for df39e85
1 file changed
web/lrm/server/Dockerfile
@@ -28,6 +28,9 @@ COPY package*.json ./
28
# Install production dependencies via NPM
29
RUN npm ci --omit=dev
30
31
+# Remove npm lock file after install to avoid scan from Trivy
32
+RUN rm -f package-lock.json
33
+
34
# Copy build directory from stage 1
35
COPY --from=build /app/dist .
36
0 commit comments