diff --git a/Dockerfile b/Dockerfile index 01e61a5..3edf882 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \