From 67564c9e5e27ca2a21766da9926c7cfab44e5ce7 Mon Sep 17 00:00:00 2001 From: Julian Date: Tue, 10 Jun 2025 00:38:35 +0200 Subject: [PATCH] Update document-root path in lighttp.conf --- docker/lighttp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/lighttp.conf b/docker/lighttp.conf index 62f6789..4137943 100644 --- a/docker/lighttp.conf +++ b/docker/lighttp.conf @@ -1,4 +1,4 @@ -server.document-root = "/dist" +server.document-root = "/app/dist" server.port = 3000