diff --git a/Dockerfile b/Dockerfile index 824f792..5632860 100644 --- a/Dockerfile +++ b/Dockerfile @@ -85,8 +85,9 @@ RUN echo *** Install Packages *** && \ python3 -m pip --no-cache-dir install pushbullet.py && \ ln -s /opt/calibre/calibredb /bin/calibredb -COPY root/ / && \ - chmod +x /app/run.sh +COPY root/ / + +RUN chmod +x /app/run.sh VOLUME /config diff --git a/release-versions/latest.txt b/release-versions/latest.txt index 9d17553..8a9b788 100644 --- a/release-versions/latest.txt +++ b/release-versions/latest.txt @@ -1 +1 @@ -2022.03.25-19 +2022.03.25-20