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