From 8be3cde1bc37f5626630992f0feea5483ae64900 Mon Sep 17 00:00:00 2001 From: MVarshini Date: Wed, 12 Jun 2024 18:42:25 +0530 Subject: [PATCH] Resolved conflicts --- local-compose.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-compose.sh b/local-compose.sh index aaae17a4..dd20fa5f 100755 --- a/local-compose.sh +++ b/local-compose.sh @@ -16,4 +16,4 @@ podman build -f frontend/frontend.containerfile --tag frontend # NOTE: add --network=host to test against a local containerized Horreum podman run -d --name=back -p ${CPT_BACKEND_PORT}:8000 --network=host -v "${CPT_CONFIG}:/backend/ocpperf.toml:Z" localhost/backend -podman run -d --name=front --net=host -p 3000:3000 localhost/frontend +podman run -d --name=front -p ${CPT_FRONTEND_PORT}:3000 localhost/frontend