This commit is contained in:
MrTyton 2022-03-25 21:42:49 -04:00
parent 079ba16dd7
commit f799623f97
2 changed files with 4 additions and 3 deletions

View File

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

View File

@ -1 +1 @@
2022.03.25-19
2022.03.25-20