Skip to content

Commit

Permalink
locale-compose file update
Browse files Browse the repository at this point in the history
  • Loading branch information
MVarshini committed Jul 9, 2024
1 parent 2610be9 commit bd981f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit bd981f6

Please sign in to comment.