We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ff314 commit bacd039Copy full SHA for bacd039
apps/dumili/api/Dockerfile
@@ -4,7 +4,6 @@ WORKDIR /app
4
5
RUN apt-get update && apt-get install -y openssl && apt-get clean && rm -rf /var/lib/apt/lists/*
6
7
-COPY packages/prisma-schemas/client_coa/libquery_engine-debian-openssl-3.0.x.so.node /tmp/prisma-engines/
8
COPY apps/dumili/api/prisma/client_dumili/libquery_engine-debian-openssl-3.0.x.so.node /tmp/prisma-engines/
9
10
COPY apps/dumili/api/.env /app/
0 commit comments