From 609010b5a377db10be5c35e9c5b68e525ba06299 Mon Sep 17 00:00:00 2001 From: winstxnhdw Date: Wed, 18 Sep 2024 22:57:21 +0100 Subject: [PATCH] docs: `APP_PORT` is now `SERVER_PORT` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54caaa1..68bb819 100644 --- a/README.md +++ b/README.md @@ -86,5 +86,5 @@ You can spin the server up locally with the following. You can access the Swagge ```bash docker build -f Dockerfile.build -t capgen . -docker run --rm -e APP_PORT=7860 -p 7860:7860 capgen +docker run --rm -e SERVER_PORT=7860 -p 7860:7860 capgen ```