updated README.md

This commit is contained in:
Niklas Müller 2023-12-22 15:35:05 +01:00
parent 42831eddb9
commit 95661fb73e
1 changed files with 14 additions and 1 deletions

View File

@ -1,2 +1,15 @@
# pdf-web-toolkit
# PDF Web Toolkit
A Web-Application allowing you to splitt and merge PDF-Files.
## 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