Skip to content

Commit ccc9d77

Browse files
committed
fix(lrm): install dev dependencies only in lrm server image
1 parent d2480a0 commit ccc9d77

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
11-
RUN npm install
11+
RUN npm install --omit=dev
1212

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

0 commit comments

Comments
 (0)