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