From bd981f6073d03fede09bca6972241d8df71269d6 Mon Sep 17 00:00:00 2001 From: MVarshini Date: Tue, 9 Jul 2024 09:33:27 +0530 Subject: [PATCH] locale-compose file update --- local-compose.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local-compose.sh b/local-compose.sh index fa467107..284595a5 100755 --- a/local-compose.sh +++ b/local-compose.sh @@ -11,11 +11,11 @@ CPT_CONFIG=${CPT_CONFIG:-"$PWD/backend/ocpperf.toml"} podman rm -f front back podman build -f backend/backend.containerfile --tag backend -# podman build -f frontend/frontend.containerfile --tag frontend +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 ${CPT_FRONTEND_PORT}:3000 localhost/frontend +podman run -d --name=front --net=host -p ${CPT_FRONTEND_PORT}:3000 localhost/frontend