There was an error while loading. Please reload this page.
2 parents 8dc64e1 + adff427 commit 0dd3ef2Copy full SHA for 0dd3ef2
1 file changed
web/lrm/server/Dockerfile
@@ -8,7 +8,7 @@ WORKDIR /app
8
COPY package*.json ./
9
10
# Install dependencies via NPM (use latest npm in build stage)
11
-RUN npm install -g npm@latest && npm ci
+RUN npm ci
12
13
# Copy the project files to the container
14
COPY . .
0 commit comments