feat: watcher akislarini ve wscraper servis entegrasyonunu ekle

This commit is contained in:
2026-03-12 22:30:43 +03:00
parent 6507d13325
commit baad2b3e96
34 changed files with 2663 additions and 11 deletions

View File

@@ -1,6 +1,9 @@
FROM node:20-alpine AS base
FROM node:20-bookworm-slim AS base
WORKDIR /app
RUN corepack enable
RUN corepack enable \
&& apt-get update \
&& apt-get install -y --no-install-recommends build-essential \
&& rm -rf /var/lib/apt/lists/*
FROM base AS deps
COPY package.json pnpm-workspace.yaml ./