aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj_sh6042026-03-06 12:05:45 -0500
committerkj_sh6042026-03-06 12:05:45 -0500
commitbee95cc07ab1e68fb1aee42a42d5bc01e039f883 (patch)
tree75986f7fbfc9045cfa2b6d44832e9ba8be3b1b74
parent20ad0107d382fd965b506c4d8ff2ca070b761ef8 (diff)
refactor: port 5001
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9128fbe..de613e8 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ nim c -d:release -o:likha-pdf app.nim
```bash
docker build -t likha-pdf .
-docker run -p 5000:5000 likha-pdf
+docker run -p 5001:5001 likha-pdf
```
open `http://localhost:5000`