From c7e9366de4c50405de1526d3876a4d9a64dedd74 Mon Sep 17 00:00:00 2001 From: Hendrik Kleinwaechter Date: Sat, 8 Jul 2023 10:53:38 +0200 Subject: [PATCH] Change entry point --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index f345741..56878df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,3 +46,5 @@ RUN git clone https://github.com/michal-h21/tex4ebook.git && \ RUN wget https://archive.org/download/kindlegen_linux_2_6_i386_v2_9/kindlegen_linux_2.6_i386_v2_9.tar.gz && \ tar xzf kindlegen_linux_2.6_i386_v2_9.tar.gz && \ mv kindlegen /usr/bin + +CMD ["/bin/bash"]