1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +02:00

fix: Install ejs to server

This commit is contained in:
Six 2024-01-18 13:00:23 -08:00
parent eb330a6c23
commit 8e421a6c71
No known key found for this signature in database
GPG key ID: 00148D3869C21E43

View file

@ -7,7 +7,7 @@ FROM node:16.18.1 as builder
WORKDIR /app WORKDIR /app
COPY ./dist/apps/server ./yarn.lock ./prisma ./ COPY ./dist/apps/server ./yarn.lock ./prisma ./
RUN yarn install --production RUN yarn install --production && yarn add ejs
# ------------------------------------------ # ------------------------------------------
# PROD STAGE # PROD STAGE