Skip to content

Commit 4c37516

Browse files
committed
edgecreator-api: Add missing Prisma clients
1 parent 4f9b8c5 commit 4c37516

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/edgecreator/api/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ LABEL org.opencontainers.image.authors="Bruno Perel"
33
WORKDIR /app
44

55
RUN apt update && apt install -y imagemagick && apt clean && rm -rf /var/lib/apt/lists/*
6+
COPY packages/prisma-schemas/client_coa/libquery_engine-debian-openssl-3.0.x.so.node /tmp/prisma-engines/
7+
COPY packages/prisma-schemas/client_edgecreator/libquery_engine-debian-openssl-3.0.x.so.node /tmp/prisma-engines/
8+
COPY packages/prisma-schemas/client_dm/libquery_engine-debian-openssl-3.0.x.so.node /tmp/prisma-engines/
69

710
COPY packages/prisma-schemas /app/
811
COPY apps/edgecreator/api/.env /app/

0 commit comments

Comments
 (0)