Skip to content

Commit

Permalink
fix dir issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wy580477 committed Apr 25, 2022
1 parent 8f6f68e commit 0e35dc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RUN apk add --no-cache curl caddy jq bash findutils runit aria2 rclone apache2-u
&& curl -fsSL https://raw.githubusercontent.com/wy580477/filebrowser-install/master/get.sh | bash \
&& chmod +x /.aria2allinoneworkdir/service/*/run /.aria2allinoneworkdir/service/*/log/run /.aria2allinoneworkdir/aria2/*.sh /.aria2allinoneworkdir/*.sh \
&& mv /.aria2allinoneworkdir/ytdlptorclone.sh /usr/bin/ \
&& mv /.aria2allinoneworkdir/bashrc /mnt/data/config/ \
&& ln -s /.aria2allinoneworkdir/service/* /etc/service/

ENV DOWNLOAD_DIR=/mnt/data/videos
Expand Down
1 change: 1 addition & 0 deletions content/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

python3 -m pip install -U yt-dlp &
mkdir -p /mnt/data/config /mnt/data/downloads /mnt/data/videos
mv /.aria2allinoneworkdir/bashrc /mnt/data/config/
echo ${RCLONE_CONFIG_BASE64} | base64 -d >/mnt/data/config/rclone.conf

exec runsvdir -P /etc/service

0 comments on commit 0e35dc2

Please sign in to comment.