Skip to content

Commit

Permalink
Update local-compose.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MVarshini authored Aug 26, 2024
1 parent 1e6bc94 commit 1426cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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
Expand Down

0 comments on commit 1426cb2

Please sign in to comment.