Update Dockerfile

pull/1/head
RandomNinjaAtk 5 years ago committed by GitHub
parent 5e49e97a75
commit f7b3f27f2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -99,11 +99,8 @@ RUN \
RUN \ RUN \
# setup cron # setup cron
service cron start && \ service cron start && \
echo "* * * * * root bash /etc/cont-init.d/02-script-setup.bash" >> "/etc/crontab" && \ echo "* * * * * root bash /etc/cont-init.d/02-script-setup.bash" >> "/etc/crontab"
# Download Scripts
mkdir -p "/root/scripts" && \
curl -o "/root/scripts/AudioPostProcessing.bash" "https://raw.githubusercontent.com/RandomNinjaAtk/Scripts/master/sabnzbd/AudioPostProcessing.bash"
WORKDIR / WORKDIR /
# copy local files # copy local files

Loading…
Cancel
Save