Skip to content

Commit

Permalink
feat: added a Dockerfile (#19)
Browse files Browse the repository at this point in the history
* add Dockerfile 

Authored by: @mayanknoldus
Resolves: #14
  • Loading branch information
mayanknoldus authored Feb 17, 2022
1 parent 66354fa commit 9492f1c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM node:gallium

WORKDIR /app

RUN wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -O /usr/local/bin/yt-dlp
RUN chmod a+rx /usr/local/bin/yt-dlp
SHELL ["/bin/bash", "--login", "-c"]
RUN npm install -g animego-dl

VOLUME /anime

0 comments on commit 9492f1c

Please # to comment.