Skip to content

Commit

Permalink
Resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
MVarshini committed Jun 12, 2024
1 parent 62a325c commit 8be3cde
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 @@ -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

0 comments on commit 8be3cde

Please sign in to comment.