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
|
||||
|
||||
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
|
||||
|
||||
COPY --from=builder /app/node_modules ./node_modules
|
||||
|
||||
Reference in New Issue
Block a user