feat: watcher akislarini ve wscraper servis entegrasyonunu ekle
This commit is contained in:
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user