Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Jan 6, 2025
1 parent c27edb4 commit fc00e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/scripts/prepare-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ docker run -d --quiet --name "${CONTAINER_RTCD}" \
--network-alias=rtcd "rtcd:e2e"

# Check that rtcd is up and ready
timeout --foreground 90s bash -c "docker run --rm --quiet --name "${COMPOSE_PROJECT_NAME}_curl_rtcd" --net ${DOCKER_NETWORK} ${IMAGE_CURL} curl -fs http://rtcd:8045/api/version; do echo Waiting for rtcd; sleep 2; done; echo rtcd is up"
timeout --foreground 90s bash -c "docker run --rm --quiet --name ${COMPOSE_PROJECT_NAME}_curl_rtcd --net ${DOCKER_NETWORK} ${IMAGE_CURL} curl -fs http://rtcd:8045/api/version; do echo Waiting for rtcd; sleep 2; done; echo rtcd is up"

echo "Spawning calls-offloader service with docker host access ..."
# Spawn calls offloader image as root to access local docker socket
Expand Down

0 comments on commit fc00e0e

Please sign in to comment.