From 937a1c33c6c3bd0e20f8959111d82217e59cb5ce Mon Sep 17 00:00:00 2001 From: Nabarun Date: Mon, 29 Jul 2024 10:44:34 +0530 Subject: [PATCH] Setup stack http server for SPA --- stack/stack-orchestrator/config/app/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack/stack-orchestrator/config/app/run.sh b/stack/stack-orchestrator/config/app/run.sh index 2a1b6f3..18cbd03 100755 --- a/stack/stack-orchestrator/config/app/run.sh +++ b/stack/stack-orchestrator/config/app/run.sh @@ -16,4 +16,4 @@ REACT_APP_DEFAULT_GAS_PRICE=$DEFAULT_GAS_PRICE \ REACT_APP_GAS_ADJUSTMENT=$GAS_ADJUSTMENT \ yarn build -http-server -p 80 /app/build +http-server --proxy http://localhost:80? -p 80 /app/build