added PDF Merger

This commit is contained in:
Niklas Müller 2023-12-06 22:26:14 +01:00
parent 52dc67adc1
commit 5245997352
4 changed files with 120 additions and 44 deletions

View file

@ -5,6 +5,7 @@ FROM python:3.11-slim
WORKDIR /app
RUN mkdir /app/uploads
RUN mkdir /app/split
RUN mkdir /app/merge
RUN apt-get update
# install dependencies