From 52a75cfdafcf0e0191a660f61ed615f37e439e6e Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Sat, 23 Nov 2024 21:42:28 +0500 Subject: [PATCH] monograph: install sharp with optional deps during docker --- apps/monograph/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/monograph/Dockerfile b/apps/monograph/Dockerfile index a268bc5cd..6b1a8b121 100644 --- a/apps/monograph/Dockerfile +++ b/apps/monograph/Dockerfile @@ -13,6 +13,8 @@ RUN mv build/package.json . RUN npm install +RUN npm install --include=optional sharp + RUN ls CMD [ "npm", "run", "start" ] \ No newline at end of file