From 8bc034b82db2b00492cfebde84634a783327c427 Mon Sep 17 00:00:00 2001 From: Nurfog Date: Tue, 13 Jan 2026 23:23:32 -0300 Subject: [PATCH] 1 --- web/experience/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/experience/entrypoint.sh b/web/experience/entrypoint.sh index f93e1bb..cb6f2cd 100644 --- a/web/experience/entrypoint.sh +++ b/web/experience/entrypoint.sh @@ -3,5 +3,5 @@ # Start the LMS backend in the background ./lms-service & -# Start the Experience frontend -node server.js +# Start the Experience frontend on port 3003 +PORT=3003 node server.js