Tested building image with additional libraries.

This commit is contained in:
Jonathan Rosenbaum 2025-02-05 16:49:49 -05:00
parent 30ae0f1d65
commit 6e786b6880

View File

@ -24,7 +24,7 @@ RUN apt-get update && apt-get install -y \
# Already has git # Already has git
# RUN apt-get update -y # RUN apt-get update -y
RUN yarn add prerender prerender-memory-cache RUN yarn add prerender prerender-memory-cache pm2 winston nodemailer
USER node:node USER node:node