Skip to content

Commit

Permalink
Copy email templates in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Sep 27, 2024
1 parent b65367e commit 62fc424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y openssl && apt-get clean && rm -rf /var
COPY packages/prisma-schemas/client_dm/libquery_engine-debian-openssl-3.0.x.so.node /tmp/prisma-engines/

COPY packages/api/.env /app/
COPY packages/api/emails /app/emails
COPY packages/api/bundle.mjs /app/

RUN npm install pm2 -g
Expand Down

0 comments on commit 62fc424

Please sign in to comment.