Skip to content

Commit

Permalink
dumili: CI WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Jan 19, 2025
1 parent 9ea8574 commit 79f5b57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/dumili/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM node:22-slim
LABEL org.opencontainers.image.authors="Bruno Perel"
WORKDIR /app

RUN apt-get update && apt-get install -y openssl && apt-get clean && rm -rf /var/lib/apt/lists/*

COPY packages/prisma-schemas/client_coa/libquery_engine-debian-openssl-3.0.x.so.node /tmp/prisma-engines/
COPY apps/dumili/api/prisma/client_dumili/libquery_engine-debian-openssl-3.0.x.so.node /tmp/prisma-engines/

Expand Down

0 comments on commit 79f5b57

Please sign in to comment.