monograph: install sharp with optional deps during docker

This commit is contained in:
Abdullah Atta
2024-11-23 21:42:28 +05:00
parent 9331b5f919
commit 52a75cfdaf

View File

@@ -13,6 +13,8 @@ RUN mv build/package.json .
RUN npm install
RUN npm install --include=optional sharp
RUN ls
CMD [ "npm", "run", "start" ]