This commit is contained in:
MrTyton 2022-03-25 21:41:05 -04:00
parent 0e710f6ecc
commit 079ba16dd7
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
2022.03.25-18
2022.03.25-19