added PDF Merger
This commit is contained in:
parent
52dc67adc1
commit
5245997352
4 changed files with 120 additions and 44 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue