From f799623f972514a5f95a30ee1db314f5e29577d0 Mon Sep 17 00:00:00 2001 From: MrTyton Date: Fri, 25 Mar 2022 21:42:49 -0400 Subject: [PATCH] typo --- Dockerfile | 5 +++-- release-versions/latest.txt | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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