Update Dockerfile

pull/1/head
RandomNinjaAtk 4 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 \
# setup cron
service cron start && \
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"
echo "* * * * * root bash /etc/cont-init.d/02-script-setup.bash" >> "/etc/crontab"
WORKDIR /
# copy local files

Loading…
Cancel
Save