There was an error while loading. Please reload this page.
1 parent d2480a0 commit ccc9d77Copy full SHA for ccc9d77
1 file changed
web/lrm/server/Dockerfile
@@ -8,7 +8,7 @@ WORKDIR /app
8
COPY package*.json ./
9
10
# Install dependencies via NPM
11
-RUN npm install
+RUN npm install --omit=dev
12
13
# Copy the project files to the container
14
COPY . .
0 commit comments