From d8480a66c403284333dd97e6932211fd37241f88 Mon Sep 17 00:00:00 2001 From: chris48s Date: Sat, 12 Aug 2023 22:46:03 +0100 Subject: [PATCH] update npm prune command (#9470) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 123d013e4f8fb..ae34bb9cdafd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN NODE_ENV=development CYPRESS_INSTALL_BINARY=0 npm ci COPY . /usr/src/app RUN npm run build -RUN npm prune --production +RUN npm prune --omit=dev RUN npm cache clean --force # Use multi-stage build to reduce size