Fixed queue, skip, adding tracks
Some checks failed
CI / basic-checks (pull_request) Has been cancelled

This commit is contained in:
2026-03-10 00:15:05 +07:00
parent 6f29d7a5ff
commit 80ac57e9e8
5 changed files with 101 additions and 37 deletions

View File

@@ -12,7 +12,6 @@ RUN apt-get update \
nodejs \
npm \
build-essential \
curl \
&& rm -rf /var/lib/apt/lists/*
RUN pip install --upgrade pip
@@ -34,8 +33,10 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ffmpeg \
nodejs \
npm \
&& rm -rf /var/lib/apt/lists/*
RUN npm install -g deno
# Копируем python пакеты
COPY --from=builder /usr/local/lib/python3.13 /usr/local/lib/python3.13
COPY --from=builder /usr/local/bin /usr/local/bin