From 079ba16dd7aee96e83a34de2ccb3506b590c1d46 Mon Sep 17 00:00:00 2001 From: MrTyton Date: Fri, 25 Mar 2022 21:41:05 -0400 Subject: [PATCH] chmod? --- Dockerfile | 3 ++- release-versions/latest.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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