From 5bc6382f8916565658196e10f19900267a811124 Mon Sep 17 00:00:00 2001 From: Ali Afsharzadeh Date: Sat, 29 Jun 2024 09:28:24 +0330 Subject: [PATCH 1/2] Fix buildx warnings when creating the docker image --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e2067f6..4e78d28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 -FROM python:3.11-alpine3.19 as BASE +FROM python:3.11-alpine3.19 AS base -FROM base as compiler +FROM base AS compiler WORKDIR /app @@ -10,7 +10,7 @@ COPY src . RUN python3 -m compileall -b -f . && \ find . -name "*.py" -type f -delete -FROM base as DEP_INSTALLER +FROM base AS dep_installer COPY requirements.txt . From fd6b7cb43af20acf677f83a23cbe78632c48944e Mon Sep 17 00:00:00 2001 From: ANIMATEK <15142596+AN1MATEK@users.noreply.github.com> Date: Sun, 14 Jul 2024 11:09:41 +0200 Subject: [PATCH 2/2] Update config.json.template Correct the error syntax from `autoplay` to the actual variable `auto_play` --- config.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.template b/config.json.template index 5e828f9..e2d9e65 100644 --- a/config.json.template +++ b/config.json.template @@ -12,7 +12,7 @@ "skip_count_tracking": true, "mute_ads": true, "skip_ads": true, - "autoplay": true, + "auto_play": true, "apikey": "", "channel_whitelist": [ {"id": "",