Update Dockerfile

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

@ -47,9 +47,10 @@ RUN \
python3 \
python3-pip && \
# make directory
mkdir ${SMA_PATH} && \
mkdir -p ${SMA_PATH} && \
# download repo
git clone https://github.com/mdhiggins/sickbeard_mp4_automator.git ${SMA_PATH} && \
mkdir -p ${SMA_PATH}/config && \
# create logging file
touch /var/log/sma.log && \
chgrp users /var/log/sma.log && \

Loading…
Cancel
Save