Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gitdeath authored Sep 17, 2024
1 parent 4a8b3d4 commit b04132d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,10 @@ RUN cd /opt && \
# Clone dvr credit to https://github.com/Protektor-Desura/jellyfin-dvr-comskip.git
RUN cd /opt && \
git clone https://github.com/gitdeath/jellyfin-dvr-comskip.git && \
cd jellyfin-dvr-comskip/config && \
mv comskip /config && \
chmod +x /config/comskip/*
chmod +x /opt/jellyfin-dvr-comskip/config/comskip/*
# cd jellyfin-dvr-comskip/config && \
#mv comskip /config && \
#chmod +x /config/comskip/*
# ----


Expand Down

0 comments on commit b04132d

Please sign in to comment.