Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into build-binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
dmunozv04 committed Aug 18, 2024
2 parents 547a47b + 854cb24 commit d9986e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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 .

Expand Down
2 changes: 1 addition & 1 deletion config.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"skip_count_tracking": true,
"mute_ads": true,
"skip_ads": true,
"autoplay": true,
"auto_play": true,
"apikey": "",
"channel_whitelist": [
{"id": "",
Expand Down

0 comments on commit d9986e5

Please sign in to comment.