From 95661fb73ef00fd0f77fb9295b2e076f1ed3b00d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20M=C3=BCller?= Date: Fri, 22 Dec 2023 15:35:05 +0100 Subject: [PATCH] updated README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b84513..67a3ad6 100644 --- a/README.md +++ b/README.md @@ -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://\:8002 + +