Skip to content

Commit 0dd3ef2

Browse files
Merge pull request #633 from ansforge/fix/lrm-back-npm-dockerfile
fix(lrm-back): remove npm@latest upgrade causing Node engine mismatch
2 parents 8dc64e1 + adff427 commit 0dd3ef2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/lrm/server/Dockerfile

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

1010
# Install dependencies via NPM (use latest npm in build stage)
11-
RUN npm install -g npm@latest && npm ci
11+
RUN npm ci
1212

1313
# Copy the project files to the container
1414
COPY . .

0 commit comments

Comments
 (0)