Skip to content

Commit 2d64830

Browse files
fix: use npm install in builder stage to resolve platform-specific optional deps
1 parent 9a9ee52 commit 2d64830

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lighthouse/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /app
77
COPY package*.json ./
88
COPY lighthouse/package.json ./lighthouse/
99

10-
RUN npm ci
10+
RUN npm install
1111

1212
COPY lighthouse/ ./lighthouse/
1313

0 commit comments

Comments
 (0)