Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
funkypenguin committed Nov 11, 2024
1 parent 20a1d27 commit 8c53942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/calibre-web-automated/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ COPY --from=unrar /usr/bin/unrar-ubuntu /usr/bin/unrar
# In ElfHosted, we can only mount a single config volume to the container, which presents a problem for
# CWA's volumes. This is a dirty workaround to avoid surprising the user..

RUN rm -rf /config/calibre-library && \
rm -rf /config/cwa-book-ingest && \
RUN rm -rf /calibre-library && \
rm -rf /cwa-book-ingest && \
mkdir /config/calibre-library && \
mkdir /config/cwa-book-ingest && \
ln -s /config/* /
Expand Down

0 comments on commit 8c53942

Please sign in to comment.