pdf-web-toolkit/README.md

16 lines
347 B
Markdown
Raw Permalink Normal View History

2023-12-22 14:35:05 +00:00
# PDF Web Toolkit
2024-03-08 08:43:48 +00:00
A Web-Application allowing you to split and merge PDF-Files.
2023-12-22 14:35:05 +00:00
## Deploy
Clone the repo and enter the directory. Than run the following:
docker build -t pdf-web-toolkit .
docker run -d --name pdf-web-toolkit -p 8002:8000 -i -t pdf-web-toolkit
Once finished, you should be able to connect to http://\<your-ip\>:8002
2023-10-11 17:36:07 +00:00