mirror of
https://github.com/hempyhemp/hh-auto-reply.git
synced 2026-06-08 18:04:57 +00:00
🚀 feat(prisma/schema.prisma): Обновлен провайдер и добавлены целевые бинарные файлы
All checks were successful
Deploy / deploy (push) Successful in 1m23s
All checks were successful
Deploy / deploy (push) Successful in 1m23s
🔨 fix(Dockerfile): Добавлены установка OpenSSL и удаление неиспользуемых пакетов
This commit is contained in:
@@ -26,6 +26,7 @@ RUN yarn prisma generate
|
|||||||
FROM node:22-slim AS runner
|
FROM node:22-slim AS runner
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
RUN apt-get update && apt-get install -y --no-install-recommends openssl && rm -rf /var/lib/apt/lists/*
|
||||||
RUN corepack enable && npm install -g opencode-ai
|
RUN corepack enable && npm install -g opencode-ai
|
||||||
|
|
||||||
COPY --from=builder /app/node_modules ./node_modules
|
COPY --from=builder /app/node_modules ./node_modules
|
||||||
|
|||||||
@@ -6,7 +6,8 @@
|
|||||||
|
|
||||||
// output = "../src/generated/prisma"
|
// output = "../src/generated/prisma"
|
||||||
generator client {
|
generator client {
|
||||||
provider = "prisma-client-js"
|
provider = "prisma-client-js"
|
||||||
|
binaryTargets = ["native", "debian-openssl-1.1.x"]
|
||||||
}
|
}
|
||||||
|
|
||||||
datasource db {
|
datasource db {
|
||||||
|
|||||||
Reference in New Issue
Block a user