From 3e88c31c70a9d96d2a6438c6c464d58674ebf373 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Tue, 12 Jul 2022 07:16:17 +0000 Subject: [PATCH] Install calibre-web properly --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 715f47ad..27cd359f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,10 +34,10 @@ RUN \ /usr/bin/kepubify -L \ https://github.com/pgaskin/kepubify/releases/download/${KEPUBIFY_RELEASE}/kepubify-linux-64bit +COPY . /app/calibre-web + RUN \ echo "**** install calibre-web (a worse way than LSIO's method) ****" && \ - # this is my lazy alternative to lsio's pretty one: - git clone https://gitlab.jafner.net/Jafner/calibre-web.git /app/calibre-web && \ cd /app/calibre-web && \ pip3 install --no-cache-dir -U \ pip && \