Skip to content

Commit f7d53a0

Browse files
remove unused app yt-dlp
1 parent f95e83b commit f7d53a0

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@
22
node_modules
33
package-lock.json
44
.env
5-
6-
# Libs
7-
yt-dlp

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,3 @@ COPY data/package.json .
88
RUN npm install --quiet
99

1010
COPY data/* .
11-
12-
RUN mkdir -p /usr/app/yt-dlp
13-
RUN curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/app/yt-dlp/yt-dlp
14-
RUN chmod a+rx /usr/app/yt-dlp/yt-dlp

0 commit comments

Comments
 (0)