Change entry point

This commit is contained in:
Hendrik Kleinwaechter
2023-07-08 10:53:38 +02:00
parent 509092c56e
commit c7e9366de4

View File

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