From 9f35e7ce4991bd5f3cfb5749dccf10f2126efe40 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 18 Mar 2020 07:05:28 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 84a6043..78d52a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,9 +37,9 @@ RUN \ 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 && \ - chmod g+w /var/log/sma.log && \ + touch ${SMA_PATH}/config/sma.log && \ + chgrp users ${SMA_PATH}/config/sma.log && \ + chmod g+w ${SMA_PATH}/config/sma.log && \ # install pip, venv, and set up a virtual self contained python environment python3 -m pip install --user --upgrade pip && \ pip3 install -r ${SMA_PATH}/setup/requirements.txt